forked from Lainports/freebsd-ports
26 lines
620 B
Makefile
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>
|