1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/textproc/libmrss/Makefile
Dmitry Marakasov a8094d709a - Switch textproc/libnxml to USES=libtool, drop .la files
- Switch to USES=pathfix
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-08-05 14:56:15 +00:00

24 lines
534 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= 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>