freebsd-ports/devel/e4graph/Makefile
Pete Fritchman 2ae36084d0 Update to 1.0a7.
PR:		51511
Submitted by:	Ports Fury
2003-05-18 20:56:50 +00:00

34 lines
861 B
Makefile

# ex:ts=8
# Ports collection makefile for: e4graph
# Date created: Jul 16, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= e4graph
PORTVERSION= 1.0a7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
EXTRACT_SUFX= .src.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= A C++ library that persistently stores graph like data
BUILD_DEPENDS= ${LOCALBASE}/lib/libmk4.so:${PORTSDIR}/databases/metakit
LIB_DEPENDS= tcl83.1:${PORTSDIR}/lang/tcl83 \
expat.4:${PORTSDIR}/textproc/expat2
RUN_DEPENDS= ${BUILD_DEPENDS}
WRKSRC= ${WRKDIR}/${DISTNAME}/all
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-metakit=${LOCALBASE} \
--with-tcl=${LOCALBASE}/lib/tcl8.3 --enable-tcl \
--with-expat=${LOCALBASE} --enable-xml
CFLAGS+= -fpermissive -I${LOCALBASE}/include/tcl8.3
MAKEFILE= makefile
INSTALLS_SHLIB= yes
.include <bsd.port.mk>