aboutsummaryrefslogtreecommitdiffstats
path: root/databases/cego/Makefile
blob: cc56536043dd49172a6fbb547ea51f17edc0bbd5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# New ports collection makefile for:    cego
# Date created:             Jun 12, 2010
# Whom:                 Kurt Jaeger <fbsd-ports@opsec.eu>
#
# $FreeBSD$

PORTNAME=   cego
PORTVERSION=    2.11.4
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

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>