blob: e9f5df322714a7d2579071e894856abccc0cb4b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.13 2003/07/17 22:52:30 grant Exp $
#
DISTNAME= if-psprint-1.6
CATEGORIES= print
MASTER_SITES= http://www.mono.org/abs/tools/if-psprint/
MAINTAINER= abs@NetBSD.org
HOMEPAGE= http://www.mono.org/abs/tools/if-psprint/
COMMENT= Print text or postscript to arbitrary printer, can use smb
DEPENDS+= enscript-[0-9]*:../../print/enscript
USE_PERL5= YES
do-build:
${SED} -e 's|/usr/local|${PREFIX}|g' \
< ${WRKSRC}/if-psprint.pl \
> ${WRKSRC}/if-psprint
pod2man ${WRKSRC}/if-psprint > ${WRKSRC}/if-psprint.1
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/if-psprint ${PREFIX}/libexec/if-psprint
${INSTALL_MAN} ${WRKSRC}/if-psprint.1 ${PREFIX}/man/man1/if-psprint.1
.include "../../mk/ghostscript.mk"
.include "../../mk/bsd.pkg.mk"
|