summaryrefslogtreecommitdiffstats
path: root/x11/zenity/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 13:59:28 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-13 13:59:28 +0800
commit5ae14a2240577a339bd9062a7f7e126fb436318d (patch)
tree02d8bb59de0b5018497fe4d3a5a7cc5d55741c8b /x11/zenity/Makefile
parentd164b6f4096f8991673f05e418779d5235171c37 (diff)
downloadmarcuscom-ports-5ae14a2240577a339bd9062a7f7e126fb436318d.tar
marcuscom-ports-5ae14a2240577a339bd9062a7f7e126fb436318d.tar.gz
marcuscom-ports-5ae14a2240577a339bd9062a7f7e126fb436318d.tar.bz2
marcuscom-ports-5ae14a2240577a339bd9062a7f7e126fb436318d.tar.lz
marcuscom-ports-5ae14a2240577a339bd9062a7f7e126fb436318d.tar.xz
marcuscom-ports-5ae14a2240577a339bd9062a7f7e126fb436318d.tar.zst
marcuscom-ports-5ae14a2240577a339bd9062a7f7e126fb436318d.zip
Add zenity.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@628 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/zenity/Makefile')
-rw-r--r--x11/zenity/Makefile35
1 files changed, 35 insertions, 0 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
new file mode 100644
index 000000000..34e99ee96
--- /dev/null
+++ b/x11/zenity/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: zenity
+# Date created: 01 Mar 2003
+# Whom: Franz Klammer <klammer@webonaut.com>
+#
+# $FreeBSD: ports/x11/zenity/Makefile,v 1.3 2003/03/19 06:06:14 marcus Exp $
+#
+
+PORTNAME= zenity
+PORTVERSION= 1.0
+PORTREVISION= 2
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0
+DIST_SUBDIR= gnome2
+
+MAINTAINER= klammer@webonaut.com
+COMMENT= Display GNOME dialogs from the command line
+
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOMENG= yes
+USE_GNOME= gnomeprefix gnomehack gconf2 libgnomecanvas
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_REINPLACE= yes
+
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
+
+pre-configure:
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|@DATADIRNAME@|share|'
+
+.include <bsd.port.mk>