mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
ea8c8ec7da
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
49 lines
1.1 KiB
Makefile
49 lines
1.1 KiB
Makefile
# Created by: Koop Mast <kwm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= glade
|
|
PORTVERSION= 3.22.1
|
|
PORTREVISION= 1
|
|
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
|
|
|
|
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 gnomedocutils 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>
|