Newer
Older
appendall / Makefile
# FreeBSD Ports Makefile For 'appendall'
# $Id: Makefile,v 1.100 2014/11/21 20:30:27 tundra Exp $

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

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