freebsd-ports/databases/cego/Makefile
Rene Ladan 7aea9ab361 Update to 2.6.18
PR:		ports/151602
Submitted by:	maintainer
2010-10-22 19:52:53 +00:00

25 lines
591 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.18
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= A relational and transactional database system
LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc \
lfcxml.1:${PORTSDIR}/devel/lfcxml
LICENSE= GPLv2
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes
USE_AUTOTOOLS= autoconf:268:env
.include <bsd.port.mk>