1 # FreeBSD Ports Makefile For 'twander' 2 # $Id: Makefile,v 1.33 2005/02/02 23:37:21 tundra Exp $ 3 4 5 all: # Just need to create the compiled image 6 @python -OOOO -c"import py_compile;py_compile.compile('twander.py')" 7 8 install: 9 ${BSD_INSTALL_SCRIPT} ./twander.py ${PREFIX}/bin 10 ${BSD_INSTALL_SCRIPT} ./twander.pyo ${PREFIX}/bin 11 ${BSD_INSTALL_MAN} ./twander.1.gz ${PREFIX}/man/man1 12