Newer
Older
validate-upg / Makefile
# FreeBSD Ports Makefile For 'validate-upg'
# $Id: Makefile,v 1.102 2005/03/02 11:19:45 tundra Exp $

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

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