22 lines
405 B
Makefile
22 lines
405 B
Makefile
|
COMMENT= convert ASCII files to PostScript
|
||
|
|
||
|
DISTNAME= enscript-1.6.6
|
||
|
CATEGORIES= print
|
||
|
REVISION= 2
|
||
|
|
||
|
HOMEPAGE= https://www.gnu.org/software/enscript/
|
||
|
|
||
|
# GPLv3
|
||
|
PERMIT_PACKAGE= Yes
|
||
|
|
||
|
MASTER_SITES= ${MASTER_SITE_GNU:=enscript/}
|
||
|
|
||
|
LIB_DEPENDS= devel/gettext,-runtime
|
||
|
WANTLIB= c iconv intl m
|
||
|
|
||
|
CONFIGURE_STYLE= gnu
|
||
|
|
||
|
FAKE_FLAGS= sysconfdir=${TRUEPREFIX}/share/examples/enscript
|
||
|
|
||
|
.include <bsd.port.mk>
|