61b6b4348f
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
28 lines
589 B
Makefile
28 lines
589 B
Makefile
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libmrss
|
|
PORTVERSION= 0.19.2
|
|
PORTREVISION= 8
|
|
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+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libcurl.so:ftp/curl \
|
|
libnxml.so: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>
|