aboutsummaryrefslogtreecommitdiffstats
path: root/print/pscal/Makefile
blob: e905c96e6a3c3ef132e225fc627ed51b88b007cb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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
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>