summaryrefslogtreecommitdiffstats
path: root/devel/glade3/Makefile
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-02-18 04:40:10 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2007-02-18 04:40:10 +0800
commita5d9732f08ba5e6dec9a2d4584a9fdcf5dbd2042 (patch)
tree8c94b1988752f1c4280380ed60a628b30d36005c /devel/glade3/Makefile
parentadc2438fa3073491f067e2688c1d573fa738a832 (diff)
downloadmarcuscom-ports-a5d9732f08ba5e6dec9a2d4584a9fdcf5dbd2042.tar.gz
marcuscom-ports-a5d9732f08ba5e6dec9a2d4584a9fdcf5dbd2042.tar.zst
marcuscom-ports-a5d9732f08ba5e6dec9a2d4584a9fdcf5dbd2042.zip
-Update to 3.1.5.
-Remove check on FreeBSD 4.x. The path of include, shared library version and .pc file have been changed. -include/libgladeui-1.0/libgladeui/ +include/libgladeui-1.0/gladeui/ -lib/libgladeui-1.so.4 +lib/libgladeui-1.so.5, ltverhack makes no difference. -libdata/pkgconfig/libgladeui-1.0.pc +libdata/pkgconfig/gladeui-1.0.pc If anyone find any of port that depend on glade3, let me know and I shall bump these port(s). So far, I only find devel/gnome2-hacker-tools and no bump need. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8368 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/glade3/Makefile')
-rw-r--r--devel/glade3/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/devel/glade3/Makefile b/devel/glade3/Makefile
index d005ede0c..e22a79c8c 100644
--- a/devel/glade3/Makefile
+++ b/devel/glade3/Makefile
@@ -3,11 +3,11 @@
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/devel/glade3/Makefile,v 1.25 2006/12/19 13:45:41 ahze Exp $
+# $MCom: ports/devel/glade3/Makefile,v 1.26 2007/02/02 18:57:01 mezz Exp $
#
PORTNAME= glade3
-PORTVERSION= 3.1.4
+PORTVERSION= 3.1.5
CATEGORIES= devel gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -20,22 +20,18 @@ INSTALLS_ICONS= yes
USE_XLIB= yes
USE_BZIP2= yes
USE_GMAKE= yes
-USE_GNOME= gnometarget gtk20 libxml2 gnomeprefix gnomehack
+USE_GNOME= gnometarget gtk20 libxml2 gnomeprefix gnomehack \
+ gnome-doc-utils desktopfileutils
WANT_GNOME= yes
USE_GETTEXT= yes
+INSTALLS_OMF= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-DOCSDIR= share/doc/gladeui
-
.include <bsd.port.pre.mk>
-.if ${OSVERSION} < 500000
-IGNORE= does not build on 4.X
-.endif
-
.if ${HAVE_GNOME:Mlibgnomeui}!=""
USE_GNOME+= libgnomeui
CONFIGURE_ARGS+=--enable-gnome
@@ -56,5 +52,6 @@ PLIST_SUB+= PYTHON:="@comment "
post-install:
${MKDIR} ${PREFIX}/lib/glade3/bindings
+ @-update-desktop-database
.include <bsd.port.post.mk>