summaryrefslogtreecommitdiffstats
path: root/x11/gnomepanel/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-04 01:51:41 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-06-04 01:51:41 +0800
commitf1cead574e76a825850c8b2b24a426e222696eb4 (patch)
treef899215fc3bcd84d7b7f6381a140e4efdffd52e3 /x11/gnomepanel/Makefile
parent6a38a9a016f5247f70e34cb81a32f531f9a9a963 (diff)
downloadmarcuscom-ports-f1cead574e76a825850c8b2b24a426e222696eb4.tar
marcuscom-ports-f1cead574e76a825850c8b2b24a426e222696eb4.tar.gz
marcuscom-ports-f1cead574e76a825850c8b2b24a426e222696eb4.tar.bz2
marcuscom-ports-f1cead574e76a825850c8b2b24a426e222696eb4.tar.lz
marcuscom-ports-f1cead574e76a825850c8b2b24a426e222696eb4.tar.xz
marcuscom-ports-f1cead574e76a825850c8b2b24a426e222696eb4.tar.zst
marcuscom-ports-f1cead574e76a825850c8b2b24a426e222696eb4.zip
Update to 2.7.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2356 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnomepanel/Makefile')
-rw-r--r--x11/gnomepanel/Makefile40
1 files changed, 40 insertions, 0 deletions
diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile
new file mode 100644
index 000000000..fd8af5e47
--- /dev/null
+++ b/x11/gnomepanel/Makefile
@@ -0,0 +1,40 @@
+# New ports collection makefile for: gnomepanel
+# Date created: 27 April 2002
+# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
+#
+# $FreeBSD: ports/x11/gnomepanel/Makefile,v 1.43 2004/04/20 06:11:14 marcus Exp $
+#
+
+PORTNAME= gnomepanel
+PORTVERSION= 2.7.1
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/gnome-panel/2.7
+DISTNAME= gnome-panel-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Panel component for the GNOME 2 Desktop
+
+USE_BZIP2= yes
+INSTALLS_SHLIB= yes
+USE_X_PREFIX= yes
+USE_REINPLACE= yes
+USE_GNOME= gnomeprefix gnomehack gnomehier intlhack lthack gnomedesktop \
+ libwnck
+GNOME_DESKTOP_VERSION=2
+USE_GMAKE= yes
+USE_LIBTOOL_VER=13
+CONFIGURE_ARGS= --with-kde-datadir=${LOCALBASE}/share \
+ --with-kde-docdir=${LOCALBASE}/share/doc
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+
+MAN1= gnome-panel.1 gnome-panel-preferences.1
+
+post-patch:
+.for po in da.po it.po zh_TW.po
+ @${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po}
+.endfor
+
+.include <bsd.port.mk>