openbsd-ports/print/enscript/Makefile

34 lines
668 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2006/02/05 10:15:22 steven 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
PKGNAME= ${DISTNAME}p1
1998-07-21 22:58:28 -04:00
CATEGORIES= print
HOMEPAGE= http://www.codento.com/people/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
MASTER_SITES= ${HOMEPAGE} \
${MASTER_SITE_GNU:=enscript/}
1998-07-21 22:58:28 -04:00
2003-01-21 12:12:30 -05:00
FLAVORS= a4
FLAVOR?=
WANTLIB= c m
CONFIGURE_STYLE= gnu
# 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>