Newer
Older
tsearchpath / Makefile
@tundra tundra on 24 Jun 2010 344 bytes Initial Version
  1. # FreeBSD Ports Makefile For 'tsearchpath'
  2. # $Id: Makefile,v 1.100 2010/06/24 15:27:49 tundra Exp $
  3.  
  4. all: # Just need to create the compiled image
  5. @python -OOOO -c"import py_compile;py_compile.compile('tsearchpath.py')"
  6.  
  7. install:
  8. ${BSD_INSTALL_SCRIPT} tsearchpath.py ${PREFIX}/bin
  9. ${BSD_INSTALL_MAN} tsearchpath.1.gz ${PREFIX}/man/man1