4cd0f6d8a9
* Make output 7-bit clean * Add support for No. 9 and No. 6 3/4 envelopes. * Add support for many new Avery layouts * Add a new "orientation" setup option which can be set to "portrait" or "landscape", with "portrait" being the default.
26 lines
752 B
Makefile
26 lines
752 B
Makefile
# $NetBSD: Makefile,v 1.16 2007/11/15 20:39:22 jlam Exp $
|
|
|
|
DISTNAME= PostScript-MailLabels-2.25
|
|
PKGNAME= p5-${DISTNAME}
|
|
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/
|
|
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"
|