- Add VALA option
- Bump PORTREVISION for package change
This commit is contained in:
parent
8f187f74fd
commit
5d036c7104
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396304
2 changed files with 8 additions and 2 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= gssdp
|
||||
PORTVERSION= 0.14.11
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= GNOME
|
||||
|
||||
|
@ -14,12 +15,12 @@ LICENSE= LGPL20
|
|||
BUILD_DEPENDS= gobject-introspection>=0.6.7:${PORTSDIR}/devel/gobject-introspection
|
||||
LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup
|
||||
|
||||
OPTIONS_DEFINE= GTK3
|
||||
OPTIONS_DEFINE= GTK3 VALA
|
||||
OPTIONS_DEFAULT=GTK3
|
||||
OPTIONS_SUB= yes
|
||||
VALA_DESC= Vala binding
|
||||
|
||||
CONFIGURE_ARGS= --enable-introspection=yes
|
||||
CONFIGURE_ENV= VAPIGEN="" ac_cv_path_VAPIGEN=""
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALL_TARGET= install-strip
|
||||
USE_GNOME= glib20 introspection:build
|
||||
|
@ -28,5 +29,8 @@ USES= gmake libtool pathfix pkgconfig tar:xz
|
|||
|
||||
GTK3_CONFIGURE_WITH= gtk
|
||||
GTK3_USE= GNOME=gtk30
|
||||
VALA_BUILD_DEPENDS= vala>=0.20:${PORTSDIR}/lang/vala
|
||||
VALA_CONFIGURE_ENV= ac_cv_path_VAPIGEN=${LOCALBASE}/bin/vapigen
|
||||
VALA_CONFIGURE_ENV_OFF= ac_cv_path_VAPIGEN=""
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -29,3 +29,5 @@ share/gtk-doc/html/gssdp/right.png
|
|||
share/gtk-doc/html/gssdp/style.css
|
||||
share/gtk-doc/html/gssdp/up-insensitive.png
|
||||
share/gtk-doc/html/gssdp/up.png
|
||||
%%VALA%%share/vala/vapi/gssdp-1.0.deps
|
||||
%%VALA%%share/vala/vapi/gssdp-1.0.vapi
|
||||
|
|
Loading…
Reference in a new issue