aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnomedesktop/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2003-05-16 13:38:12 +0800
committermarcus <marcus@FreeBSD.org>2003-05-16 13:38:12 +0800
commit240087833e4683dbb7cdbdd351c5f30516bbd030 (patch)
treebc3ae25f3c05b9e7539cbb5bba19ee5dea163e52 /x11/gnomedesktop/Makefile
parent086dcfc863b78d779869c56cb4262092fe68c174 (diff)
downloadfreebsd-ports-gnome-240087833e4683dbb7cdbdd351c5f30516bbd030.tar.gz
freebsd-ports-gnome-240087833e4683dbb7cdbdd351c5f30516bbd030.tar.zst
freebsd-ports-gnome-240087833e4683dbb7cdbdd351c5f30516bbd030.zip
Update to 2.2.2.
Diffstat (limited to 'x11/gnomedesktop/Makefile')
-rw-r--r--x11/gnomedesktop/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/gnomedesktop/Makefile b/x11/gnomedesktop/Makefile
index f30007d9959c..63ade0c1b7d2 100644
--- a/x11/gnomedesktop/Makefile
+++ b/x11/gnomedesktop/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnomedesktop
-PORTVERSION= 2.2.1
-PORTREVISION= 1
+PORTVERSION= 2.2.2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-desktop/2.2
@@ -15,7 +14,7 @@ DISTNAME= gnome-desktop-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
-COMMENT= Additional UI API for GNOME 2.0
+COMMENT= Additional UI API for GNOME 2
USE_BZIP2= yes
USE_X_PREFIX= yes
@@ -28,12 +27,13 @@ USE_BISON= yes
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+ LDFLAGS="-L${LOCALBASE}/lib"
MAN1= gnome-about.1
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ @${REINPLACE_CMD} -E -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|GNOME_VENDOR=.*$$|GNOME_VENDOR="FreeBSD GNOME Project"| ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>