openbsd-ports/print/enscript/Makefile

27 lines
563 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.17 2002/05/14 11:49:22 fgsch Exp $
2001-03-25 14:17:45 -05:00
COMMENT= "convert ASCII files to PostScript"
1998-07-21 22:58:28 -04:00
2002-05-11 18:31:24 -04:00
DISTNAME= enscript-1.6.3
NEED_VERSION= 1.528
1998-07-21 22:58:28 -04:00
CATEGORIES= print
2000-10-22 12:21:17 -04:00
MAINTAINER= Matt Behrens <matt@openbsd.org>
HOMEPAGE= http://people.ssh.fi/mtr/genscript/
1998-07-21 22:58:28 -04:00
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
2002-05-11 18:31:24 -04:00
MASTER_SITES= http://people.ssh.fi/mtr/genscript/ \
${MASTER_SITE_GNU:=enscript/}
1998-07-21 22:58:28 -04:00
2002-05-11 18:31:24 -04:00
CONFIGURE_STYLE= gnu automake
1998-07-21 22:58:28 -04:00
CONFIGURE_ARGS+= --with-media=Letter
.include <bsd.port.mk>