opnsense-ports/print/pscal/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
377 B
Makefile

# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
PORTNAME= pscal
PORTVERSION= 1.16
CATEGORIES= print
MASTER_SITES= http://www.panix.com/~mbh/pscal/
MAINTAINER= ports@FreeBSD.org
COMMENT= Utility for generating Postscript calendars
NO_BUILD= yes
PLIST_FILES= bin/pscal
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pscal ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>