From 4952ba3eefe5766dc7e1f17a017f047882e82336 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Sat, 21 Feb 2015 14:21:25 +0000 Subject: - Add LICENSE - Strip library --- textproc/libmrss/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'textproc/libmrss') 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 -- cgit v1.2.3