Lines 2-8
Link Here
|
2 |
|
2 |
|
3 |
PORTNAME= wesnoth |
3 |
PORTNAME= wesnoth |
4 |
PORTVERSION= 1.12.5 |
4 |
PORTVERSION= 1.12.5 |
5 |
PORTREVISION= 2 |
5 |
PORTREVISION= 3 |
6 |
PORTEPOCH= 1 |
6 |
PORTEPOCH= 1 |
7 |
CATEGORIES= games |
7 |
CATEGORIES= games |
8 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ |
8 |
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:R}/${PORTNAME}-${PORTVERSION} \ |
Lines 42-48
PORTDATA= *
Link Here
|
42 |
|
42 |
|
43 |
OPTIONS_DEFINE= ANA CAMPAIGN DOCS FRIBIDI LOWMEM NLS \ |
43 |
OPTIONS_DEFINE= ANA CAMPAIGN DOCS FRIBIDI LOWMEM NLS \ |
44 |
NOTIFY OPENMP RAWSOCKETS SERVER TEST TOOLS |
44 |
NOTIFY OPENMP RAWSOCKETS SERVER TEST TOOLS |
45 |
OPTIONS_DEFAULT= CAMPAIGN FRIBIDI NOTIFY SERVER TOOLS |
45 |
OPTIONS_DEFAULT= CAMPAIGN FRIBIDI NOTIFY OPENMP SERVER TOOLS |
46 |
OPTIONS_SUB= yes |
46 |
OPTIONS_SUB= yes |
47 |
|
47 |
|
48 |
ANA_DESC= Asynchronous Network API (WIP) |
48 |
ANA_DESC= Asynchronous Network API (WIP) |
Lines 62-70
NOTIFY_DESC= Desktop notifications
Link Here
|
62 |
NOTIFY_LIB_DEPENDS=libdbus-1.so:devel/dbus |
62 |
NOTIFY_LIB_DEPENDS=libdbus-1.so:devel/dbus |
63 |
NOTIFY_CMAKE_OFF=-DENABLE_NOTIFICATIONS=off |
63 |
NOTIFY_CMAKE_OFF=-DENABLE_NOTIFICATIONS=off |
64 |
OPENMP_DESC= OpenMP support |
64 |
OPENMP_DESC= OpenMP support |
65 |
OPENMP_USES= compiler:openmp |
65 |
OPENMP_USES= compiler:gcc-c++11-lib |
66 |
OPENMP_CMAKE_ON=-DENABLE_OMP=on |
66 |
OPENMP_CMAKE_ON=-DENABLE_OMP=on |
67 |
OPENMP_BROKEN= Does not compile with OPENMP option enabled |
|
|
68 |
RAWSOCKETS_DESC= Use raw receiving sockets in multiplayer |
67 |
RAWSOCKETS_DESC= Use raw receiving sockets in multiplayer |
69 |
RAWSOCKETS_CFLAGS=-DNETWORK_USE_RAW_SOCKETS |
68 |
RAWSOCKETS_CFLAGS=-DNETWORK_USE_RAW_SOCKETS |
70 |
SERVER_DESC= Server |
69 |
SERVER_DESC= Server |