Newer
Older
tgrepcsv / Makefile
# FreeBSD Ports Makefile For 'tgrepcsv'
# $Id: Makefile,v 1.100 2012/09/05 18:10:11 tundra Exp $

all: # Just need to create the compiled image
	@python -OOOO -c"import py_compile;py_compile.compile('tgrepcsv.py')"

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