Finish stage support

Note: this port seems broken on FreeBSD 8
This commit is contained in:
Antoine Brodin 2014-01-25 11:53:57 +00:00
parent 780b35d5bf
commit 1f138bb3e6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=341012
2 changed files with 3 additions and 7 deletions

View File

@ -3,7 +3,7 @@
PORTNAME= tarantool
PORTVERSION= 1.5.1
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= databases
MASTER_SITES= http://tarantool.org/dist/
DISTNAME= ${PORTNAME}-${PORTVERSION}-${TR_REV}-src
@ -34,14 +34,11 @@ PGSQL_DESC= Install PostgreSQL plugin
OPTIONS_DEFAULT=CLIENT
MAN1= tarantool_box.1
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MCLIENT}
CMAKE_ARGS+= -DENABLE_CLIENT=true
PLIST_SUB+= CLIENT=""
MAN1+= tarantool.1
.else
PLIST_SUB+= CLIENT="@comment "
.endif
@ -78,7 +75,4 @@ PLIST_SUB+= PLUGINS=""
PLIST_SUB+= PLUGINS="@comment "
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>

View File

@ -50,6 +50,8 @@ lib/libtarantool.so
lib/libtarantoolrpl.a
%%MYSQL%%lib/tarantool/plugins/libmysql.so
%%PGSQL%%lib/tarantool/plugins/libpg.so
%%CLIENT%%man/man1/tarantool.1.gz
man/man1/tarantool_box.1.gz
%%DOCSDIR%%/README.md
%%DOCSDIR%%/box-protocol.txt
%%DOCSDIR%%/LICENSE