summaryrefslogtreecommitdiffstats
path: root/x11/zenity/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-16 13:00:18 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-06-16 13:00:18 +0800
commit18cce227bd05ce9daec69f8fda6cd32efc7accb7 (patch)
treec34260ad8abb5726d3d3b3fbda17b66827121511 /x11/zenity/Makefile
parent4bbeefe2fc95bf1142690e5ec7c4657c87e4f039 (diff)
downloadmarcuscom-ports-18cce227bd05ce9daec69f8fda6cd32efc7accb7.tar
marcuscom-ports-18cce227bd05ce9daec69f8fda6cd32efc7accb7.tar.gz
marcuscom-ports-18cce227bd05ce9daec69f8fda6cd32efc7accb7.tar.bz2
marcuscom-ports-18cce227bd05ce9daec69f8fda6cd32efc7accb7.tar.lz
marcuscom-ports-18cce227bd05ce9daec69f8fda6cd32efc7accb7.tar.xz
marcuscom-ports-18cce227bd05ce9daec69f8fda6cd32efc7accb7.tar.zst
marcuscom-ports-18cce227bd05ce9daec69f8fda6cd32efc7accb7.zip
Update to 1.3.
Submitted by: Franz Klammer <klammer@webonaut.com> git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@889 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/zenity/Makefile')
-rw-r--r--x11/zenity/Makefile37
1 files changed, 37 insertions, 0 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
new file mode 100644
index 000000000..67ce2bea1
--- /dev/null
+++ b/x11/zenity/Makefile
@@ -0,0 +1,37 @@
+# New ports collection makefile for: zenity
+# Date created: 01 Mar 2003
+# Whom: Franz Klammer <klammer@webonaut.com>
+#
+# $FreeBSD: ports/x11/zenity/Makefile,v 1.8 2003/05/20 19:23:02 marcus Exp $
+#
+
+PORTNAME= zenity
+PORTVERSION= 1.3
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= klammer@webonaut.com
+COMMENT= Display GNOME dialogs from the command line
+
+BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
+LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
+RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
+
+USE_X_PREFIX= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack libgnomecanvas gconf2
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_REINPLACE= yes
+
+MAN1= zenity.1
+
+CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
+
+pre-configure:
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|@DATADIRNAME@|share|'
+
+.include <bsd.port.mk>