1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

- Add LICENSE

- Strip library
This commit is contained in:
Dmitry Marakasov 2015-02-21 14:21:25 +00:00
parent 8875777792
commit 4952ba3eef
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=379516

View File

@ -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