freebsd-ports/textproc/libmrss/Makefile
Tijl Coosemans 28208a5625 textproc/libmrss: Add USES=libtool and bump dependent ports
textproc/libmrss-php: Add USES=libtool and support staging
2014-07-03 12:27:09 +00:00

23 lines
534 B
Makefile

# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
# $FreeBSD$
PORTNAME= libmrss
PORTVERSION= 0.19.2
PORTREVISION= 6
CATEGORIES= textproc
MASTER_SITES= http://www.autistici.org/bakunin/libmrss/
MAINTAINER= clsung@FreeBSD.org
COMMENT= C library for parsing, writing, and creating RSS
LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \
libnxml.so:${PORTSDIR}/textproc/libnxml
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
USES= libtool pathfix pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.mk>