pkgsrc/print/enscript/Makefile
reed 82c7367324 Homepage was 40 Not Found so update it.
I used the download site which redirected to this new URL.
(Maybe the MASTER_SITES should point to new URL also?)
2006-01-06 06:23:55 +00:00

30 lines
737 B
Makefile

# $NetBSD: Makefile,v 1.34 2006/01/06 06:23:55 reed Exp $
#
DISTNAME= enscript-1.6.3
PKGREVISION= 2
CATEGORIES= print
MASTER_SITES= http://www.iki.fi/mtr/genscript/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.codento.com/people/mtr/genscript/
COMMENT= ASCII-to-PostScript filter
GNU_CONFIGURE= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
INFO_FILES= enscript.info
EGDIR= ${PREFIX}/share/examples/enscript
CONF_FILES= ${EGDIR}/enscript.cfg ${PKG_SYSCONFDIR}/enscript.cfg
.include "../../mk/bsd.prefs.mk"
.if defined(PAPERSIZE)
CONFIGURE_ARGS+=--with-media=${PAPERSIZE:Q}
.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"