- # FreeBSD Ports Makefile For 'pystat'
- # $Id: Makefile,v 1.100 2010/02/18 00:58:55 tundra Exp $
- all: # Just need to create the compiled image
- @python -OOOO -c"import py_compile;py_compile.compile('pystat.py')"
- install:
- ${BSD_INSTALL_SCRIPT} pystat.py ${PREFIX}/bin
- ${BSD_INSTALL_MAN} pystat.1.gz ${PREFIX}/man/man1