2005-02-11 16:18:00 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.22 2005/02/11 21:18:00 naddy 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
|
2005-02-11 14:12:42 -05:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
1998-07-21 22:58:28 -04:00
|
|
|
CATEGORIES= print
|
|
|
|
|
2000-07-27 23:14:58 -04:00
|
|
|
HOMEPAGE= http://people.ssh.fi/mtr/genscript/
|
1998-07-21 22:58:28 -04:00
|
|
|
|
2000-12-21 16:20:34 -05:00
|
|
|
# GPL
|
2000-10-22 11:41:23 -04:00
|
|
|
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/ \
|
2002-05-14 07:49:22 -04:00
|
|
|
${MASTER_SITE_GNU:=enscript/}
|
1998-07-21 22:58:28 -04:00
|
|
|
|
2003-01-21 12:12:30 -05:00
|
|
|
FLAVORS= a4
|
|
|
|
FLAVOR?=
|
|
|
|
|
2005-02-11 12:57:30 -05:00
|
|
|
WANTLIB= c m
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
2005-02-11 16:18:00 -05:00
|
|
|
# gettext detection is broken and the translations are severely lacking
|
|
|
|
CONFIGURE_ARGS= --disable-nls
|
2003-01-21 12:12:30 -05:00
|
|
|
|
|
|
|
.if !${FLAVOR:L:Ma4}
|
1998-07-21 22:58:28 -04:00
|
|
|
CONFIGURE_ARGS+= --with-media=Letter
|
2003-01-21 12:12:30 -05:00
|
|
|
.endif
|
1998-07-21 22:58:28 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|