Newer
Older
tbku / Makefile
@tundra tundra on 10 Mar 2008 316 bytes Initial Version
# FreeBSD Ports Makefile For 'tbku'
# $Id: Makefile,v 1.100 2008/03/10 22:28:39 tundra Exp $

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

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