Newer
Older
tgetwx / Makefile
# FreeBSD Ports Makefile For 'tgetwx'
# $Id: Makefile,v 1.100 2014/02/19 18:30:01 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