diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-10 04:27:47 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-05-10 04:27:47 +0000 |
commit | 7ca22be14169425a9fedc4b40c7b1ade6b9b6686 (patch) | |
tree | 505fd68bc74b81a4eb9b652a2d72c171832ff59d /print | |
parent | 6e0c9bbf9f669d38d54a2b37c40a7c8ff4064192 (diff) | |
download | ports-7ca22be14169425a9fedc4b40c7b1ade6b9b6686.tar.gz ports-7ca22be14169425a9fedc4b40c7b1ade6b9b6686.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/libijs/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/libijs/Makefile b/print/libijs/Makefile index 52c512447e5e..082348a74370 100644 --- a/print/libijs/Makefile +++ b/print/libijs/Makefile @@ -2,7 +2,7 @@ PORTNAME= libijs PORTVERSION= 0.35 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= print MASTER_SITES= http://www.openprinting.org/download/ijs/download/ DISTNAME= ijs-${PORTVERSION} @@ -11,10 +11,13 @@ DIST_SUBDIR= ghostscript MAINTAINER= ports@FreeBSD.org COMMENT= C library that supports plugin printer driver for Ghostscript +LICENSE= MIT + USES= gmake libtool pkgconfig tar:bzip2 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared +INSTALL_TARGET= install-strip .include <bsd.port.mk> |