aboutsummaryrefslogtreecommitdiffstats
path: root/print/pscal/Makefile
blob: 70a7b61171760e5419cdfa85c7a2515a8aaf0023 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:    pscal
# Date created:         Apr 16, 2001
# Whom:             Mark Pulford <mark@kyne.com.au>
#
# $FreeBSD$
#

PORTNAME=   pscal
PORTVERSION=    1.15
CATEGORIES= print
MASTER_SITES=   http://www.panix.com/~mbh/pscal/

MAINTAINER= markp@FreeBSD.org
COMMENT=    A utility for generating Postscript calendars

NO_BUILD=   yes

do-install:
    ${INSTALL_SCRIPT} ${WRKSRC}/pscal ${PREFIX}/bin

.include <bsd.port.mk>