Newer
Older
tgetwx / Makefile
@tundra tundra on 19 Feb 2014 322 bytes Initial revision
# FreeBSD Ports Makefile For 'tgetwx'
# $Id: Makefile,v 1.1 2014/02/19 18:30:00 tundra Exp $

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

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