pkgsrc/print/p5-PostScript-MailLabels/Makefile
jlam 7fbb8d9527 Bump the PKGREVISIONs of all (638) packages that hardcode the locations
of Perl files to deal with the perl-5.8.7 update that moved all
pkgsrc-installed Perl files into the "vendor" directories.
2005-08-06 06:19:03 +00:00

27 lines
763 B
Makefile

# $NetBSD: Makefile,v 1.14 2005/08/06 06:19:29 jlam Exp $
DISTNAME= PostScript-MailLabels-2.10
PKGNAME= p5-${DISTNAME}
SVR4_PKGNAME= p5psm
PKGREVISION= 1
CATEGORIES= print perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PostScript/} \
http://oplnk.net/~ajackson/software/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://oplnk.net/~ajackson/software/maillabels/
COMMENT= Create PostScript for printing on mailing label stock
PERL5_PACKLIST= auto/PostScript/MailLabels/.packlist
REPLACE_PERL= ${WRKSRC}/demo/*.pl
EGDIR= ${PREFIX}/share/examples/${PKGBASE}
post-install:
${INSTALL_DATA_DIR} ${EGDIR}
for file in ${REPLACE_PERL}; do \
${INSTALL_SCRIPT} $$file ${EGDIR}; \
done
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"