aboutsummaryrefslogblamecommitdiff
path: root/devel/lfcxml/Makefile
blob: 92a77d21693b03b24e5bf649fd19219b77665106 (plain) (tree)
1
2
3
4
5
6
7
8
9
10

           
                      
                      

                                        
 
                              

                                                        
                     
 
                                           
 
                       
                   

                                      
                   
                             
 
                      
# $FreeBSD$

PORTNAME=	lfcxml
PORTVERSION=	1.2.10
CATEGORIES=	devel
MASTER_SITES=	http://www.lemke-it.com/

MAINTAINER=	pi@FreeBSD.org
COMMENT=	C++ XML library, used for databases/cego

LICENSE=	GPLv3

LIB_DEPENDS=	liblfcbase.so:devel/lfcbase

USES=		libtool
GNU_CONFIGURE=	yes
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>