Lines 2-9
Link Here
|
2 |
# $FreeBSD: databases/tarantool/Makefile 317916 2013-05-11 21:16:32Z rakuco $ |
2 |
# $FreeBSD: databases/tarantool/Makefile 317916 2013-05-11 21:16:32Z rakuco $ |
3 |
|
3 |
|
4 |
PORTNAME= tarantool |
4 |
PORTNAME= tarantool |
5 |
PORTVERSION= 1.4.8 |
5 |
PORTVERSION= 1.4.9 |
6 |
PORTREVISION= 2 |
|
|
7 |
CATEGORIES= databases |
6 |
CATEGORIES= databases |
8 |
MASTER_SITES= http://tarantool.org/dist/ |
7 |
MASTER_SITES= http://tarantool.org/dist/ |
9 |
DISTNAME= ${PORTNAME}-${PORTVERSION}-${TR_REV}-src |
8 |
DISTNAME= ${PORTNAME}-${PORTVERSION}-${TR_REV}-src |
Lines 13-19
Link Here
|
13 |
|
12 |
|
14 |
LICENSE= BSD |
13 |
LICENSE= BSD |
15 |
|
14 |
|
16 |
TR_REV= 72-g277010b |
15 |
TR_REV= 45-g2f7b3f9 |
17 |
USES= cmake gettext:build |
16 |
USES= cmake gettext:build |
18 |
USE_GCC= 4.6+ |
17 |
USE_GCC= 4.6+ |
19 |
USE_GMAKE= yes |
18 |
USE_GMAKE= yes |
Lines 22-27
Link Here
|
22 |
USE_RC_SUBR= ${PORTNAME} |
21 |
USE_RC_SUBR= ${PORTNAME} |
23 |
SUB_FILES= pkg-message |
22 |
SUB_FILES= pkg-message |
24 |
MAN1= tarantool_box.1 |
23 |
MAN1= tarantool_box.1 |
|
|
24 |
CMAKE_ARGS= -DCMAKE_MAN_DIR=man/man1 |
25 |
|
25 |
|
26 |
OPTIONS_DEFINE= CLIENT DEBUG STATIC |
26 |
OPTIONS_DEFINE= CLIENT DEBUG STATIC |
27 |
CLIENT_DESC= Enable client |
27 |
CLIENT_DESC= Enable client |
Lines 46-51
Link Here
|
46 |
.endif |
46 |
.endif |
47 |
|
47 |
|
48 |
.if ${PORT_OPTIONS:MSTATIC} |
48 |
.if ${PORT_OPTIONS:MSTATIC} |
|
|
49 |
LIB_DEPENDS+= iconv:${PORTSDIR}/converters/iconv |
49 |
CMAKE_ARGS+= -DENABLE_STATIC=true |
50 |
CMAKE_ARGS+= -DENABLE_STATIC=true |
50 |
.endif |
51 |
.endif |
51 |
|
52 |
|