blob: c461b2a838be1e87a62fcce5a2666f53fa02d526 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# $NetBSD: Makefile,v 1.26 2012/10/03 21:57:18 wiz Exp $
#
DISTNAME= if-psprint-1.10
PKGREVISION= 1
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
PKG_DESTDIR_SUPPORT = user-destdir
.include "../../mk/bsd.pkg.mk"
|