svn commit: r379516 - head/textproc/libmrss
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sat Feb 21 14:21:26 UTC 2015
Author: amdmi3
Date: Sat Feb 21 14:21:25 2015
New Revision: 379516
URL: https://svnweb.freebsd.org/changeset/ports/379516
QAT: https://qat.redports.org/buildarchive/r379516/
Log:
- Add LICENSE
- Strip library
Modified:
head/textproc/libmrss/Makefile
Modified: head/textproc/libmrss/Makefile
==============================================================================
--- head/textproc/libmrss/Makefile Sat Feb 21 14:12:07 2015 (r379515)
+++ head/textproc/libmrss/Makefile Sat Feb 21 14:21:25 2015 (r379516)
@@ -10,12 +10,16 @@ MASTER_SITES= http://www.autistici.org/b
MAINTAINER= ports at FreeBSD.org
COMMENT= C library for parsing, writing, and creating RSS
+LICENSE= LGPL21 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libnxml.so:${PORTSDIR}/textproc/libnxml
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
More information about the svn-ports-head
mailing list