openbsd-ports/print/enscript/Makefile

27 lines
530 B
Makefile
Raw Normal View History

2001-03-25 14:17:45 -05:00
# $OpenBSD: Makefile,v 1.15 2001/03/25 19:17:47 matt Exp $
COMMENT= "convert ASCII files to PostScript"
1998-07-21 22:58:28 -04:00
DISTNAME= enscript-1.6.1
2001-03-25 14:17:45 -05:00
NEED_VERSION= 1.361
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
1998-07-21 22:58:28 -04:00
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= enscript
1998-07-21 22:58:28 -04:00
CONFIGURE_STYLE= gnu
1998-07-21 22:58:28 -04:00
CONFIGURE_ARGS+= --with-media=Letter
.include <bsd.port.mk>