Newer
Older
tconfpy / Makefile
@tundra
Initial revision
tundra authed on 1 Jul 2003
@tundra
Corrected suffix on tconfpy documentation.
tundra authed on 5 Apr 2004
@tundra
Initial revision
tundra authed on 1 Jul 2003
@tundra
Updated to use distutils for installation. Updated to install test-tc.py. Updated to install both man pages.
tundra authed on 5 Apr 2004
@tundra
Corrected suffix on tconfpy documentation.
tundra authed on 5 Apr 2004
@tundra
Updated to use distutils for installation. Updated to install test-tc.py. Updated to install both man pages.
tundra authed on 5 Apr 2004
  1. # FreeBSD Ports Makefile For 'tconfpy'
  2. # $Id: Makefile,v 1.102 2004/04/05 08:14:35 tundra Exp $
  3.  
  4. all: # Do nothing - this is a python script that needs no build
  5.  
  6. install:
  7. python setup.py install
  8. ${BSD_INSTALL_SCRIPT} test-tc.py ${PREFIX}/bin
  9. ${BSD_INSTALL_MAN} tconfpy.3.gz ${PREFIX}/man/man3
  10. ${BSD_INSTALL_MAN} test-tc.1.gz ${PREFIX}/man/man1
  11.