Newer
Older
tren / Makefile
@tundra tundra on 14 Jan 2010 316 bytes Initial Version
# FreeBSD Ports Makefile For 'tren'
# $Id: Makefile,v 1.100 2010/01/14 18:24:02 tundra Exp $

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

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