Newer
Older
tconfpy / Makefile
@tundra tundra on 1 Jul 2003 274 bytes Initial revision
@tundra
Initial revision
tundra authed on 1 Jul 2003
  1. # FreeBSD Ports Makefile For 'tconfpy'
  2. # $Id: Makefile,v 1.1 2003/07/01 18:21:39 tundra Exp $
  3.  
  4. all: # Do nothing - this is a python script that needs no build
  5.  
  6. install:
  7. ${BSD_INSTALL_SCRIPT} tconfpy.py ${PREFIX}/bin
  8. ${BSD_INSTALL_MAN} tconfpy.1.gz ${PREFIX}/man/man1