2001-07-09 16:18:44 +02:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: libxode
|
|
|
|
# Date created: May 16, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libxode
|
|
|
|
PORTVERSION= 0.71
|
2002-12-21 10:25:48 +01:00
|
|
|
PORTREVISION= 1
|
2001-07-09 16:18:44 +02:00
|
|
|
CATEGORIES= textproc
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= An XML library which wraps expat
|
2001-07-09 16:18:44 +02:00
|
|
|
|
2002-12-21 10:26:41 +01:00
|
|
|
LIB_DEPENDS= expat.4:${PORTSDIR}/textproc/expat2
|
2002-12-21 10:25:48 +01:00
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-07-09 16:18:44 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|