d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
19 lines
485 B
Makefile
19 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.29 2013/05/31 12:41:48 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= if-psprint-1.10
|
|
PKGREVISION= 3
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://if-psprint.googlecode.com/files/
|
|
EXTRACT_SUFX= .tbz
|
|
|
|
MAINTAINER= abs@NetBSD.org
|
|
HOMEPAGE= http://code.google.com/p/if-psprint/
|
|
COMMENT= Print text or postscript to arbitrary printer, can use smb
|
|
|
|
DEPENDS+= enscript>=1.6.3nb1:../../print/enscript
|
|
|
|
REPLACE_PERL= if-psprint.pl
|
|
USE_TOOLS+= gs:run perl:run pod2man
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|