aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2017-10-27 09:04:26 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2017-10-27 09:04:26 +0000
commit7c540f609782e8cf6479cb4c654bc60985b02bba (patch)
tree78e2cd61c69eec6a077adbc09298fa88e80d6cbe /devel
parent864f3b25f656ecf819a907276ee971ff16fa46b6 (diff)
downloadports-7c540f609782e8cf6479cb4c654bc60985b02bba.tar.gz
ports-7c540f609782e8cf6479cb4c654bc60985b02bba.zip
Notes
Diffstat (limited to 'devel')
-rw-r--r--devel/glade/Makefile10
-rw-r--r--devel/glade/pkg-descr2
2 files changed, 8 insertions, 4 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile
index 90abd5a877b3..05b6173023ad 100644
--- a/devel/glade/Makefile
+++ b/devel/glade/Makefile
@@ -11,13 +11,18 @@ 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= desktop-file-utils gettext gmake libtool \
- pathfix pkgconfig tar:xz
+ localbase:ldflags pathfix pkgconfig tar:xz
USE_GNOME= gtk30 gnomedocutils intlhack
# introspection:build
# temp disable, introspection generation crashes with GNOME 3.15
@@ -25,8 +30,7 @@ CONFIGURE_ARGS= --disable-introspection
INSTALLS_ICONS= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=format-nonliteral
-LDFLAGS+= -L${LOCALBASE}/lib
+CPPFLAGS+= -Wno-error=format-nonliteral
INSTALL_TARGET= install-strip
DOCSDIR= ${PREFIX}/share/doc/gladeui-2
diff --git a/devel/glade/pkg-descr b/devel/glade/pkg-descr
index b74a7247cf0c..47c3fae00fcb 100644
--- a/devel/glade/pkg-descr
+++ b/devel/glade/pkg-descr
@@ -2,4 +2,4 @@ Glade is a RAD tool to enable quick & easy development of user interfaces
for GTK+/GNOME. It can generate the C source code needed to create
the interfaces designed within Glade's interface editor.
-WWW: http://glade.gnome.org/
+WWW: https://glade.gnome.org/