Files

23 lines
397 B
Makefile
Raw Permalink Normal View History

COMMENT= convert ASCII files to PostScript
1998-07-22 02:58:28 +00:00
DISTNAME= enscript-1.6.6
2025-07-21 15:55:57 +00:00
CATEGORIES= print
REVISION= 3
1998-07-22 02:58:28 +00:00
HOMEPAGE= https://www.gnu.org/software/enscript/
1998-07-22 02:58:28 +00:00
# GPLv3
PERMIT_PACKAGE= Yes
2000-02-12 08:02:07 +00:00
2023-09-27 14:32:00 +00:00
SITES= ${SITE_GNU:=enscript/}
2019-05-20 22:15:00 +00:00
LIB_DEPENDS= devel/gettext,-runtime
2025-07-21 15:55:57 +00:00
WANTLIB= c iconv intl m pthread
1998-07-22 02:58:28 +00:00
CONFIGURE_STYLE= gnu
2003-01-21 17:12:30 +00:00
FAKE_FLAGS= sysconfdir=${TRUEPREFIX}/share/examples/enscript
1998-07-22 02:58:28 +00:00
.include <bsd.port.mk>