svn commit: r385922 - head/print/libijs
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun May 10 04:27:48 UTC 2015
Author: amdmi3
Date: Sun May 10 04:27:47 2015
New Revision: 385922
URL: https://svnweb.freebsd.org/changeset/ports/385922
Log:
- Add LICENSE
- Strip library
Modified:
head/print/libijs/Makefile
Modified: head/print/libijs/Makefile
==============================================================================
--- head/print/libijs/Makefile Sun May 10 04:01:23 2015 (r385921)
+++ head/print/libijs/Makefile Sun May 10 04:27:47 2015 (r385922)
@@ -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 at 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>
More information about the svn-ports-head
mailing list