diff options
Diffstat (limited to 'print/pscal/Makefile')
-rw-r--r-- | print/pscal/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/print/pscal/Makefile b/print/pscal/Makefile new file mode 100644 index 000000000000..edc09c7afcab --- /dev/null +++ b/print/pscal/Makefile @@ -0,0 +1,20 @@ +# New ports collection makefile for: pscal +# Date created: Apr 16, 2001 +# Whom: Mark Pulford <mark@kyne.com.au> +# +# $FreeBSD$ +# + +PORTNAME= pscal +PORTVERSION= 1.13 +CATEGORIES= print +MASTER_SITES= http://www.panix.com/~mbh/pscal/ + +MAINTAINER= mark@kyne.com.au + +NO_BUILD= yes + +do-install: + ${INSTALL_SCRIPT} ${WRKSRC}/pscal ${PREFIX}/bin + +.include <bsd.port.mk> |