pkgsrc/print/pcps/Makefile
wiz b979f7222a Add automatic ${VARIABLE} handling for MESSAGE files.
Convert most MESSAGE files to new syntax (${VARIABLE} gets replaced,
not @VARIABLE@, nor @@VARIABLE@@).
By default, substitutions are done for LOCALBASE, PKGNAME, PREFIX,
X11BASE, X11PREFIX; additional patterns can be added via MESSAGE_SUBST.
Clean up some packages while I'm there; add RCS tags to most MESSAGEs.
Remove some uninteresting MESSAGEs.
2001-01-29 11:34:21 +00:00

32 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.2 2001/01/29 11:34:40 wiz Exp $
#
DISTNAME= pcps840
PKGNAME= pcps-8.40
NO_WRKSUBDIR= yes
CATEGORIES= print textproc
MASTER_SITES= ftp://garbo.uwasa.fi/unix/pcps/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.swreg.org/soft_shop/695/shopscr3.shtml
MAKEFILE= makefile
ALL_TARGET=
MAKE_ENV+= "CC=${CC} ${CFLAGS} -DUNIX"
NO_CONFIGURE= yes
LICENSE= shareware
RESTRICTED= This is shareware for your evaluation and subsequent payment
NO_BIN_ON_FTP= ${RESTRICTED}
NO_BIN_ON_CDROM=${RESTRICTED}
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/pcps ${PREFIX}/bin/pcps
@${INSTALL_MAN} ${FILESDIR}/pcps.1 ${PREFIX}/man/man1
@${INSTALL_DATA} ${FILESDIR}/pcps.cfg ${PREFIX}/bin/pcps.cfg
@${INSTALL_DATA_DIR} ${WRKSRC}/license.doc ${PREFIX}/share/doc/pcps
@${INSTALL_DATA} ${WRKSRC}/license.doc ${PREFIX}/share/doc/pcps
@${INSTALL_DATA} ${WRKSRC}/register.doc ${PREFIX}/share/doc/pcps
@${INSTALL_DATA} ${WRKSRC}/pcps.man ${PREFIX}/share/doc/pcps
.include "../../mk/bsd.pkg.mk"