openbsd-ports/print/enscript/Makefile
2003-01-21 17:12:30 +00:00

30 lines
549 B
Makefile

# $OpenBSD: Makefile,v 1.19 2003/01/21 17:12:30 avsm Exp $
COMMENT= "convert ASCII files to PostScript"
DISTNAME= enscript-1.6.3
CATEGORIES= print
HOMEPAGE= http://people.ssh.fi/mtr/genscript/
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://people.ssh.fi/mtr/genscript/ \
${MASTER_SITE_GNU:=enscript/}
FLAVORS= a4
FLAVOR?=
CONFIGURE_STYLE= gnu automake
.if !${FLAVOR:L:Ma4}
CONFIGURE_ARGS+= --with-media=Letter
.endif
.include <bsd.port.mk>