2013-05-10 18:44:26 +02:00
|
|
|
# Created by: Stas Timokhin <stast@bsdportal.ru>
|
2010-11-26 15:47:08 +01:00
|
|
|
|
2014-08-23 19:20:44 +02:00
|
|
|
PORTNAME= eiskaltdcpp
|
2010-11-26 15:47:08 +01:00
|
|
|
CATEGORIES= net-p2p
|
2014-08-23 19:20:44 +02:00
|
|
|
PKGNAMESUFFIX= -data
|
2020-02-10 11:06:32 +01:00
|
|
|
PORTREVISION= 20
|
2010-11-26 15:47:08 +01:00
|
|
|
|
2014-07-24 17:57:24 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2020-02-10 11:06:32 +01:00
|
|
|
COMMENT= Shared data for EiskaltDC++ client GUIs
|
2010-11-26 15:47:08 +01:00
|
|
|
|
2011-10-06 00:59:55 +02:00
|
|
|
LICENSE= GPLv3
|
|
|
|
|
2014-08-23 19:20:44 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../eiskaltdcpp-lib
|
2010-11-26 15:47:08 +01:00
|
|
|
|
2019-11-08 14:26:08 +01:00
|
|
|
USES= cmake gnome shebangfix
|
2015-06-09 18:37:40 +02:00
|
|
|
SHEBANG_FILES= data/examples/commands.ru_RU.UTF-8.php \
|
|
|
|
data/examples/deadbeef.ru_RU.UTF-8.sh \
|
|
|
|
data/examples/mod.amarok.sh \
|
|
|
|
data/examples/mpris_now_playing.en_US.sh \
|
|
|
|
data/examples/xmms2_audacious2.ru_RU.UTF-8.php \
|
|
|
|
data/update_geoip
|
2015-10-26 18:43:48 +01:00
|
|
|
php_OLD_CMD= /usr/bin/php5
|
2014-08-23 19:20:44 +02:00
|
|
|
NO_ARCH= yes
|
2010-11-26 15:47:08 +01:00
|
|
|
NO_BUILD= yes
|
2011-10-06 00:59:55 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2010-11-26 15:47:08 +01:00
|
|
|
|
2014-08-23 19:20:44 +02:00
|
|
|
CMAKE_SOURCE_PATH= ${WRKSRC}/data
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= EMOTICONS EXAMPLES LUASCRIPTS SOUNDS
|
2013-05-10 18:44:26 +02:00
|
|
|
OPTIONS_DEFAULT= EMOTICONS SOUNDS
|
2014-08-23 19:20:44 +02:00
|
|
|
OPTIONS_SUB= yes
|
2013-05-10 18:44:26 +02:00
|
|
|
EMOTICONS_DESC= Install emoticons
|
|
|
|
EXAMPLES_DESC= Install script examples
|
|
|
|
LUASCRIPTS_DESC= Install lua script examples
|
|
|
|
SOUNDS_DESC= Install sound files
|
2010-11-26 15:47:08 +01:00
|
|
|
|
2014-08-23 19:20:44 +02:00
|
|
|
CMAKE_ARGS= -Wno-dev \
|
|
|
|
-DUSE_GTK:BOOL=ON \
|
|
|
|
-DCLIENT_DATA_DIR=${DATADIR} \
|
|
|
|
-DSHARE_DIR=${LOCALBASE}/share
|
|
|
|
|
2016-06-30 22:02:43 +02:00
|
|
|
EMOTICONS_CMAKE_BOOL= WITH_EMOTICONS
|
|
|
|
EXAMPLES_CMAKE_BOOL= WITH_EXAMPLES
|
|
|
|
LUASCRIPTS_CMAKE_BOOL= WITH_LUASCRIPTS LUA_SCRIPT
|
|
|
|
SOUNDS_CMAKE_BOOL= WITH_SOUNDS
|
2014-08-23 19:20:44 +02:00
|
|
|
|
|
|
|
.include "${MASTERDIR}/Makefile"
|