openbsd-ports/print/pscal/Makefile
kevlo 8d6ec1e2ba Initial import of pscal-1.15.
Pscal is a utility for generating Postscript calendars ready for
printing. It can optionally show the phases of the moon for either
hemisphere.
2003-08-04 06:37:07 +00:00

28 lines
629 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2003/08/04 06:37:07 kevlo Exp $
COMMENT= "utility for generating PostScript calendars"
DISTNAME= pscal-1.15
CATEGORIES= print
HOMEPAGE= http://www.panix.com/~mbh/projects.html
MAINTAINER= Kevin Lo <kevlo@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.panix.com/~mbh/pscal/
NO_BUILD= Yes
NO_REGRESS= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pscal
${INSTALL_SCRIPT} ${WRKSRC}/pscal ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/pscal
.include <bsd.port.mk>