19 lines
506 B
Makefile
19 lines
506 B
Makefile
# $NetBSD: Makefile,v 1.25 2011/11/29 18:27:24 hans Exp $
|
|
#
|
|
|
|
DISTNAME= if-psprint-1.10
|
|
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"
|