summaryrefslogtreecommitdiffstats
path: root/x11/zenity/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 10:29:22 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-06 10:29:22 +0800
commita980ef815d51bae2b0f6f40cfa4126e8933142cd (patch)
tree4eac67653fc82b19b42e6fdae4036e5d0c9a8b9c /x11/zenity/Makefile
parent2766446506aeb26ec88a23dbc88417a8b475f745 (diff)
downloadmarcuscom-ports-a980ef815d51bae2b0f6f40cfa4126e8933142cd.tar
marcuscom-ports-a980ef815d51bae2b0f6f40cfa4126e8933142cd.tar.gz
marcuscom-ports-a980ef815d51bae2b0f6f40cfa4126e8933142cd.tar.bz2
marcuscom-ports-a980ef815d51bae2b0f6f40cfa4126e8933142cd.tar.lz
marcuscom-ports-a980ef815d51bae2b0f6f40cfa4126e8933142cd.tar.xz
marcuscom-ports-a980ef815d51bae2b0f6f40cfa4126e8933142cd.tar.zst
marcuscom-ports-a980ef815d51bae2b0f6f40cfa4126e8933142cd.zip
- Update to 2.13.1
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5033 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/zenity/Makefile')
-rw-r--r--x11/zenity/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
new file mode 100644
index 000000000..a816da3ec
--- /dev/null
+++ b/x11/zenity/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: zenity
+# Date created: 01 Mar 2003
+# Whom: Franz Klammer <klammer@webonaut.com>
+#
+# $FreeBSD$
+# $MCom: ports/x11/zenity/Makefile,v 1.46 2005/10/30 23:07:09 marcus Exp $
+#
+
+PORTNAME= zenity
+PORTVERSION= 2.13.1
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+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 gnomedocutils
+USE_BZIP2= yes
+GNU_CONFIGURE= yes
+USE_REINPLACE= yes
+INSTALLS_OMF= yes
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
+ LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+
+MAN1= zenity.1
+
+CONFLICTS= gtkada-1.2.*
+
+pre-configure:
+ @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|@DATADIRNAME@|share|'
+
+.include <bsd.port.mk>