freebsd-ports/print/pscal/Makefile

23 lines
443 B
Makefile
Raw Normal View History

# New ports collection makefile for: pscal
# Date created: Apr 16, 2001
# Whom: 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
2003-02-22 18:14:31 +01:00
COMMENT= A utility for generating Postscript calendars
NO_BUILD= yes
PLIST_FILES= bin/pscal
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/pscal ${PREFIX}/bin
.include <bsd.port.mk>