svn commit: r386043 - head/textproc/liblrdf
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon May 11 03:39:15 UTC 2015
Author: amdmi3
Date: Mon May 11 03:39:14 2015
New Revision: 386043
URL: https://svnweb.freebsd.org/changeset/ports/386043
Log:
- Add LICENSE
- Strip library
Modified:
head/textproc/liblrdf/Makefile
Modified: head/textproc/liblrdf/Makefile
==============================================================================
--- head/textproc/liblrdf/Makefile Mon May 11 03:29:55 2015 (r386042)
+++ head/textproc/liblrdf/Makefile Mon May 11 03:39:14 2015 (r386043)
@@ -3,13 +3,16 @@
PORTNAME= liblrdf
PORTVERSION= 0.5.0
-PORTREVISION= 6
+PORTREVISION= 7
CATEGORIES= textproc
MASTER_SITES= GENTOO/distfiles
MAINTAINER= ports at FreeBSD.org
COMMENT= Library for manipulating RDF files describing LADSPA plugins
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa
LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu \
libyajl.so:${PORTSDIR}/devel/yajl \
@@ -22,6 +25,7 @@ USE_GNOME= libxml2 libxslt
USE_LDCONFIG= yes
USE_OPENSSL= yes
PATHFIX_MAKEFILEIN= Makefile.am
+INSTALL_TARGET= install-strip
CFLAGS+= -I${OPENSSLINC}
LDFLAGS+= -L${OPENSSLLIB}
More information about the svn-ports-all
mailing list