mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
23 lines
397 B
Makefile
23 lines
397 B
Makefile
COMMENT= convert ASCII files to PostScript
|
|
|
|
DISTNAME= enscript-1.6.6
|
|
CATEGORIES= print
|
|
REVISION= 3
|
|
|
|
HOMEPAGE= https://www.gnu.org/software/enscript/
|
|
|
|
# GPLv3
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
SITES= ${SITE_GNU:=enscript/}
|
|
|
|
LIB_DEPENDS= devel/gettext,-runtime
|
|
|
|
WANTLIB= c iconv intl m pthread
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
FAKE_FLAGS= sysconfdir=${TRUEPREFIX}/share/examples/enscript
|
|
|
|
.include <bsd.port.mk>
|