aboutsummaryrefslogblamecommitdiff
path: root/textproc/libmrss/Makefile
blob: 447fecf3eaf3cc802a11eecb639be5194f21e0f2 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  

                       
                      
                 
                        
                                                         
 
                                 
                                                                
 
                       

                                 

                                           
 
                   
                                      
                                  
                             
 
                                         
                   
 
                      
# Created by: Cheng-Lung Sung <clsung@FreeBSD.org>

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>