Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/databases/cego/Makefile 318261 2013-05-15 19:43:20Z zeising $ |
2 |
# $FreeBSD: head/databases/cego/Makefile 318261 2013-05-15 19:43:20Z zeising $ |
3 |
|
3 |
|
4 |
PORTNAME= cego |
4 |
PORTNAME= cego |
5 |
PORTVERSION= 2.17.12 |
5 |
PORTVERSION= 2.18.3 |
6 |
PORTREVISION= 1 |
6 |
PORTREVISION= 1 |
7 |
CATEGORIES= databases |
7 |
CATEGORIES= databases |
8 |
MASTER_SITES= http://www.lemke-it.com/ |
8 |
MASTER_SITES= http://www.lemke-it.com/ |
Lines 10-19
Link Here
|
10 |
MAINTAINER= fbsd-ports@opsec.eu |
10 |
MAINTAINER= fbsd-ports@opsec.eu |
11 |
COMMENT= Relational and transactional database system |
11 |
COMMENT= Relational and transactional database system |
12 |
|
12 |
|
13 |
LICENSE= GPLv2 |
13 |
LICENSE= GPLv3 |
14 |
|
14 |
|
15 |
LIB_DEPENDS= lfc:${PORTSDIR}/devel/lfc \ |
15 |
LIB_DEPENDS= lfcbase.1:${PORTSDIR}/devel/lfcbase \ |
16 |
lfcxml:${PORTSDIR}/devel/lfcxml |
16 |
lfcxml.1:${PORTSDIR}/devel/lfcxml |
17 |
|
17 |
|
18 |
GNU_CONFIGURE= yes |
18 |
GNU_CONFIGURE= yes |
19 |
CPPFLAGS+= -I${LOCALBASE}/include |
19 |
CPPFLAGS+= -I${LOCALBASE}/include |
Lines 33-38
Link Here
|
33 |
@${REINPLACE_CMD} -e 's,-O3,,g' \ |
33 |
@${REINPLACE_CMD} -e 's,-O3,,g' \ |
34 |
${WRKSRC}/src/Makefile.in \ |
34 |
${WRKSRC}/src/Makefile.in \ |
35 |
${WRKSRC}/samples/cgplustest/Makefile.in \ |
35 |
${WRKSRC}/samples/cgplustest/Makefile.in \ |
36 |
${WRKSRC}/samples/cgwtest/Makefile.in |
36 |
${WRKSRC}/samples/cgwraptest/Makefile.in |
|
|
37 |
|
38 |
post-install: |
39 |
@${MKDIR} ${PREFIX}/share/cego |
40 |
@${CP} ${WRKSRC}/tools/* ${PREFIX}/share/cego/ |
37 |
|
41 |
|
38 |
.include <bsd.port.mk> |
42 |
.include <bsd.port.mk> |