# FreeBSD Ports Makefile For 'tsearchpath'
# $Id: Makefile,v 1.104 2010/06/25 16:38:30 tundra Exp $

all: # Do nothing - Python module


install:
	python setup.py install
	${BSD_INSTALL_SCRIPT} testpath.py      ${PREFIX}/bin
	${BSD_INSTALL_MAN}    tsearchpath.1.gz ${PREFIX}/man/man1
