freebsd-ports/textproc/libmrss/Makefile
Dmitry Marakasov 4952ba3eef - Add LICENSE
- Strip library
2015-02-21 14:21:25 +00:00

27 lines
623 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= libmrss
PORTVERSION= 0.19.2
PORTREVISION= 7
CATEGORIES= textproc
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
.include <bsd.port.mk>