freebsd-ports/databases/cego/Makefile
Frederic Culot 54518e8225 - Update to 2.10.12
PR:		ports/159240
Submitted by:	Kurt Jaeger <fbsd-ports@opsec.eu> (maintainer)
2011-07-28 17:28:49 +00:00

38 lines
748 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.10.12
CATEGORIES= databases
MASTER_SITES= http://www.lemke-it.com/
MAINTAINER= fbsd-ports@opsec.eu
COMMENT= A relational and transactional database system
LICENSE= GPLv2
LIB_DEPENDS= lfc.1:${PORTSDIR}/devel/lfc \
lfcxml.1:${PORTSDIR}/devel/lfcxml
GNU_CONFIGURE= yes
CPPFLAGS= "-I${LOCALBASE}/include"
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
USE_LDCONFIG= yes
USE_AUTOTOOLS= autoconf:env
USE_RC_SUBR= cego
USE_NCURSES= yes
USERS= cego
GROUPS= cego
PLIST_SUB+= USER=${USERS}
post-patch:
@${REINPLACE_CMD} -e 's,-O3,,g' ${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>