mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-19 08:13:21 +00:00
b0eec09651
It is abandonded upstream for years and is Python-2.7-only. Adjust consumers, some only need a rebuild, others have their documentation formerly created by gnome-doc-utils / xml2po removed. Remove gnomedocutils from USE_GNOME Submitted by: rene Approved by: portmgr (mat), gnome (kwm) Differential Revision: https://reviews.freebsd.org/D23381
50 lines
1.1 KiB
Makefile
50 lines
1.1 KiB
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= glade
|
|
PORTVERSION= 3.22.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= User interface builder for GTK+ 3
|
|
|
|
LICENSE= GPLv2+ LGPL21+
|
|
LICENSE_COMB= multi
|
|
LICENSE_FILE_GPLv2+ = ${WRKSRC}/COPYING.GPL
|
|
LICENSE_FILE_LGPL21+ = ${WRKSRC}/COPYING.LGPL
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool \
|
|
rarian-sk-config:textproc/rarian
|
|
|
|
CONFLICTS= glade3-3.*
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= compiler:c11 desktop-file-utils gettext gmake gnome libtool \
|
|
localbase:ldflags pathfix pkgconfig tar:xz
|
|
USE_GNOME= cairo gtk30 intlhack \
|
|
introspection:build
|
|
INSTALLS_ICONS= yes
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/gladeui-2
|
|
|
|
OPTIONS_SUB= yes
|
|
OPTIONS_DEFINE= PYTHON WEBKIT
|
|
OPTIONS_DEFAULT=PYTHON WEBKIT
|
|
|
|
PYTHON_CONFIGURE_ENABLE= python
|
|
PYTHON_USES= python:3.4+
|
|
PYTHON_USE= GNOME=pygobject3
|
|
|
|
WEBKIT_DESC= Webkit glade support
|
|
WEBKIT_CONFIGURE_ENABLE= webkit2gtk
|
|
WEBKIT_LIB_DEPENDS= libsoup-2.4.so:devel/libsoup \
|
|
libwebkit2gtk-4.0.so:www/webkit2-gtk3
|
|
|
|
.include <bsd.port.mk>
|