# FreeBSD Ports Makefile For 'tconfpy'
# $Id: Makefile,v 1.1 2003/07/01 18:21:39 tundra Exp $

all:	# Do nothing - this is a python script that needs no build

install:
	${BSD_INSTALL_SCRIPT} tconfpy.py   ${PREFIX}/bin
	${BSD_INSTALL_MAN}    tconfpy.1.gz ${PREFIX}/man/man1
