2012-10-09 08:36:49 +02:00
|
|
|
# Created by: Kurt Jaeger <fbsd-ports@opsec.eu>
|
2010-07-01 07:49:29 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= cego
|
2014-02-01 12:50:20 +01:00
|
|
|
PORTVERSION= 2.20.1
|
2010-07-01 07:49:29 +02:00
|
|
|
CATEGORIES= databases
|
|
|
|
MASTER_SITES= http://www.lemke-it.com/
|
|
|
|
|
2011-05-14 23:27:28 +02:00
|
|
|
MAINTAINER= fbsd-ports@opsec.eu
|
2012-11-25 20:26:34 +01:00
|
|
|
COMMENT= Relational and transactional database system
|
2010-07-01 07:49:29 +02:00
|
|
|
|
2013-05-23 11:31:55 +02:00
|
|
|
LICENSE= GPLv3
|
2011-07-17 13:38:27 +02:00
|
|
|
|
2013-10-22 06:55:32 +02:00
|
|
|
LIB_DEPENDS= liblfcbase.so:${PORTSDIR}/devel/lfcbase \
|
|
|
|
liblfcxml.so:${PORTSDIR}/devel/lfcxml
|
2010-07-01 07:49:29 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2011-06-27 21:01:18 +02:00
|
|
|
|
2010-07-01 07:49:29 +02:00
|
|
|
USE_LDCONFIG= yes
|
2011-04-24 11:54:22 +02:00
|
|
|
USE_RC_SUBR= cego
|
|
|
|
|
2013-05-06 17:34:17 +02:00
|
|
|
USES= ncurses readline
|
2011-04-24 11:54:22 +02:00
|
|
|
|
|
|
|
USERS= cego
|
|
|
|
GROUPS= cego
|
|
|
|
|
|
|
|
PLIST_SUB+= USER=${USERS}
|
|
|
|
|
|
|
|
post-patch:
|
2012-12-19 22:51:14 +01:00
|
|
|
@${REINPLACE_CMD} -e 's,-O3,,g' \
|
|
|
|
${WRKSRC}/src/Makefile.in \
|
|
|
|
${WRKSRC}/samples/cgplustest/Makefile.in \
|
2013-05-23 11:31:55 +02:00
|
|
|
${WRKSRC}/samples/cgwraptest/Makefile.in
|
|
|
|
|
|
|
|
post-install:
|
2013-10-22 06:55:32 +02:00
|
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}
|
|
|
|
@${CP} ${WRKSRC}/tools/* ${STAGEDIR}${DATADIR}
|
2010-07-01 07:49:29 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|