fa3a17c064
minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories P-S. CR: D422 Approved by: portmgr (bapt)
18 lines
377 B
Makefile
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>
|