7eeb51b534
Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
29 lines
836 B
Makefile
29 lines
836 B
Makefile
# $NetBSD: Makefile,v 1.25 2014/05/29 23:37:17 wiz Exp $
|
|
|
|
DISTNAME= PostScript-MailLabels-2.30
|
|
PKGNAME= p5-${DISTNAME}
|
|
PKGREVISION= 5
|
|
SVR4_PKGNAME= p5psm
|
|
CATEGORIES= print perl5
|
|
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=PostScript/} \
|
|
http://oplnk.net/~ajackson/software/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://oplnk.net/~ajackson/software/maillabels/
|
|
#HOMEPAGE= http://search.cpan.org/dist/PostScript-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}
|
|
|
|
INSTALLATION_DIRS= ${EGDIR}
|
|
|
|
post-install:
|
|
for file in ${REPLACE_PERL}; do \
|
|
${INSTALL_SCRIPT} $$file ${DESTDIR}${EGDIR}; \
|
|
done
|
|
|
|
.include "../../lang/perl5/module.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|