diff options
author | Chris Rees <crees@FreeBSD.org> | 2013-06-04 19:05:00 +0000 |
---|---|---|
committer | Chris Rees <crees@FreeBSD.org> | 2013-06-04 19:05:00 +0000 |
commit | 8bedb6d44106b3d7e8a705c9d792603f91553bfe (patch) | |
tree | e012ff5b9a3ffc0aab2b609a957bd1358ddac08b | |
parent | 79e992d8c6cd87c7742f456969caad362cceb6b4 (diff) | |
download | ports-8bedb6d44106b3d7e8a705c9d792603f91553bfe.tar.gz ports-8bedb6d44106b3d7e8a705c9d792603f91553bfe.zip |
Notes
-rw-r--r-- | print/foomatic-filters/Makefile | 7 | ||||
-rw-r--r-- | print/foomatic-filters/pkg-descr | 2 |
2 files changed, 6 insertions, 3 deletions
diff --git a/print/foomatic-filters/Makefile b/print/foomatic-filters/Makefile index 4a5a1e265f21..3a3bc3b89e38 100644 --- a/print/foomatic-filters/Makefile +++ b/print/foomatic-filters/Makefile @@ -10,6 +10,9 @@ MASTER_SITES= http://www.openprinting.org/download/foomatic/ MAINTAINER= acm@FreeBSD.org COMMENT= Foomatic wrapper scripts +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_AUTOTOOLS= autoheader USE_PERL5= yes USE_GHOSTSCRIPT=yes @@ -29,8 +32,8 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib OPTIONS_DEFINE= A2PS CUPS_IMAGE MPAGE -OPTIONS_SINGLE= ENSCRIPT -OPTIONS_SINGLE_ENSCRIPT= ENSCRIPT_A4 ENSCRIPT_LETTER ENSCRIPT_LETTERDJ +OPTIONS_RADIO= ENSCRIPT +OPTIONS_RADIO_ENSCRIPT= ENSCRIPT_A4 ENSCRIPT_LETTER ENSCRIPT_LETTERDJ OPTIONS_DEFAULT= CUPS_IMAGE A2PS ENSCRIPT_A4 MPAGE CUPS_IMAGE_DESC= Install cups image utilities A2PS_DESC= Install a2ps convertor diff --git a/print/foomatic-filters/pkg-descr b/print/foomatic-filters/pkg-descr index 51a02099cb11..c29a6bb07156 100644 --- a/print/foomatic-filters/pkg-descr +++ b/print/foomatic-filters/pkg-descr @@ -2,4 +2,4 @@ Filter scripts used by the printer spoolers to convert the incoming PostScript data into the printer's native format using a printer/driver specific, but spooler-independent PPD file. -WWW: http://www.openprinting.org +WWW: http://www.openprinting.org |