7f93d1687b
gettext detection is broken and the translations are severely lacking.
34 lines
682 B
Makefile
34 lines
682 B
Makefile
# $OpenBSD: Makefile,v 1.22 2005/02/11 21:18:00 naddy Exp $
|
|
|
|
COMMENT= "convert ASCII files to PostScript"
|
|
|
|
DISTNAME= enscript-1.6.3
|
|
PKGNAME= ${DISTNAME}p0
|
|
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?=
|
|
|
|
WANTLIB= c m
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
# gettext detection is broken and the translations are severely lacking
|
|
CONFIGURE_ARGS= --disable-nls
|
|
|
|
.if !${FLAVOR:L:Ma4}
|
|
CONFIGURE_ARGS+= --with-media=Letter
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|