freebsd-ports/databases/cego/Makefile
Sahil Tandon ca11a61e4a - Update to 2.6.6
PR:		ports/149438
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2010-08-08 21:54:20 +00:00

26 lines
620 B
Makefile

# New ports collection makefile for: cego
# Date created: Jun 12, 2010
# Whom: Kurt Jaeger <fbsd-ports@opsec.eu>
#
# $FreeBSD$
PORTNAME= cego
PORTVERSION= 2.6.6
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= A relational and transactional database system
LIB_DEPENDS= Base.1:${PORTSDIR}/devel/cego-base \
XML.1:${PORTSDIR}/devel/cego-xml
LICENSE= GPLv2
WRKSRC= ${WRKDIR}/cego
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes
USE_AUTOTOOLS= autoconf:262:env
.include <bsd.port.mk>