aboutsummaryrefslogtreecommitdiff
path: root/textproc/libmrss/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-21 14:21:25 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-02-21 14:21:25 +0000
commit4952ba3eefe5766dc7e1f17a017f047882e82336 (patch)
tree1d41f01a99e63918ef551698c2b0976a55e70724 /textproc/libmrss/Makefile
parent88757777924d8e17c9b36fbe1bccd2562b72a924 (diff)
downloadports-4952ba3eefe5766dc7e1f17a017f047882e82336.tar.gz
ports-4952ba3eefe5766dc7e1f17a017f047882e82336.zip
- Add LICENSE
- Strip library
Notes
Notes: svn path=/head/; revision=379516
Diffstat (limited to 'textproc/libmrss/Makefile')
-rw-r--r--textproc/libmrss/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/libmrss/Makefile b/textproc/libmrss/Makefile
index 69a891126adf..58837d9d19ba 100644
--- a/textproc/libmrss/Makefile
+++ b/textproc/libmrss/Makefile
@@ -10,12 +10,16 @@ MASTER_SITES= http://www.autistici.org/bakunin/libmrss/
MAINTAINER= ports@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