Newer
Older
tsshbatch / Makefile
@tundra tundra on 17 Jun 2011 336 bytes Initial Version
# FreeBSD Ports Makefile For 'tsshbatch'
# $Id: Makefile,v 1.100 2011/06/17 17:02:16 tundra Exp $

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

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