Newer
Older
tren / Makefile
@tundra tundra on 8 Apr 2010 263 bytes Removed pre-compilation of program.
  1. # FreeBSD Ports Makefile For 'tren'
  2. # $Id: Makefile,v 1.101 2010/04/08 15:33:58 tundra Exp $
  3.  
  4. all: # Do nothing. This is a free-standing Python program.
  5.  
  6. install:
  7. ${BSD_INSTALL_SCRIPT} tren.py ${PREFIX}/bin
  8. ${BSD_INSTALL_MAN} tren.1.gz ${PREFIX}/man/man1