|
Lines 2-7
Link Here
|
| 2 |
|
2 |
|
| 3 |
PORTNAME= diorite |
3 |
PORTNAME= diorite |
| 4 |
PORTVERSION= 0.2.1 |
4 |
PORTVERSION= 0.2.1 |
|
|
5 |
PORTREVSION= 1 |
| 5 |
CATEGORIES= x11-toolkits devel |
6 |
CATEGORIES= x11-toolkits devel |
| 6 |
|
7 |
|
| 7 |
MAINTAINER= avilla@FreeBSD.org |
8 |
MAINTAINER= avilla@FreeBSD.org |
|
Lines 11-23
Link Here
|
| 11 |
|
12 |
|
| 12 |
BUILD_DEPENDS= valac:lang/vala |
13 |
BUILD_DEPENDS= valac:lang/vala |
| 13 |
|
14 |
|
| 14 |
USE_GITHUB= yes |
|
|
| 15 |
GH_ACCOUNT= tiliado |
15 |
GH_ACCOUNT= tiliado |
| 16 |
|
16 |
|
| 17 |
USES= gnome pkgconfig shebangfix waf |
17 |
# USES=waf implicity does USES=python:2,build but that is not sufficient |
| 18 |
USE_GNOME= glib20 gtk30 |
18 |
# for shebangfix to know the python version |
|
|
19 |
USES= gnome pkgconfig python:2.7,build shebangfix waf |
| 20 |
USE_GITHUB= yes |
| 21 |
USE_GNOME= gdkpixbuf2 glib20 gtk30 |
| 19 |
USE_XORG= x11 |
22 |
USE_XORG= x11 |
| 20 |
SHEBANG_LANG= python3 |
|
|
| 21 |
SHEBANG_FILES= testgen.py |
23 |
SHEBANG_FILES= testgen.py |
| 22 |
# --noopt is required to prevent a crash in ipcserver.c, as |
24 |
# --noopt is required to prevent a crash in ipcserver.c, as |
| 23 |
# the argument of diorite_ipc_server_process_connection_co() gets |
25 |
# the argument of diorite_ipc_server_process_connection_co() gets |