Newer
Older
tmkproject / py / Makefile
@tundra tundra on 1 Jun 2012 312 bytes Initial revision
# FreeBSD Ports Makefile For '__PROJECTNAME__'
# __ID__

all: # Just need to create the compiled image
	@python -OOOO -c"import py_compile;py_compile.compile('__PROJECTNAME__.py')"

install:
	${BSD_INSTALL_SCRIPT} __PROJECTNAME__.py   ${PREFIX}/bin
	${BSD_INSTALL_MAN}    __PROJECTNAME__.1.gz ${PREFIX}/man/man1