|
Lines 12-19
Link Here
|
| 12 |
|
12 |
|
| 13 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox \ |
13 |
BUILD_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox \ |
| 14 |
${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat |
14 |
${LOCALBASE}/include/linux/videodev2.h:${PORTSDIR}/multimedia/v4l_compat |
| 15 |
LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ |
15 |
LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ |
| 16 |
libXft.so:${PORTSDIR}/x11-fonts/libXft |
16 |
libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ |
|
|
17 |
libv4lconvert.so:${PORTSDIR}/multimedia/libv4l \ |
| 18 |
libvpx.so:${PORTSDIR}/multimedia/libvpx |
| 19 |
RUN_DEPENDS= ${LOCALBASE}/lib/libtoxcore.a:${PORTSDIR}/net-im/tox |
| 17 |
|
20 |
|
| 18 |
USE_GITHUB= yes |
21 |
USE_GITHUB= yes |
| 19 |
GH_ACCOUNT= notsecure |
22 |
GH_ACCOUNT= notsecure |
|
Lines 21-29
Link Here
|
| 21 |
GH_TAGNAME= ${GH_COMMIT} |
24 |
GH_TAGNAME= ${GH_COMMIT} |
| 22 |
GH_COMMIT= 3f86bb5 |
25 |
GH_COMMIT= 3f86bb5 |
| 23 |
|
26 |
|
| 24 |
USES= compiler:c11 desktop-file-utils gmake pkgconfig |
27 |
USES= compiler:c11 desktop-file-utils gmake openal:al pkgconfig |
|
|
28 |
USE_XORG= x11 xext xrender |
| 25 |
INSTALLS_ICONS= yes |
29 |
INSTALLS_ICONS= yes |
| 26 |
|
30 |
|
|
|
31 |
OPTIONS_DEFINE= DBUS |
| 32 |
OPTIONS_DEFAULT= DBUS |
| 33 |
|
| 34 |
DBUS_LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus |
| 35 |
DBUS_MAKE_ARGS_OFF= DBUS=0 |
| 36 |
|
| 27 |
post-install: |
37 |
post-install: |
| 28 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/utox |
38 |
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/utox |
| 29 |
|
39 |
|