summaryrefslogtreecommitdiffstats
path: root/x11/zenity/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-26 23:44:07 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-26 23:44:07 +0800
commit87a3848e89c38fb26bc98c83545121c1572b3ddb (patch)
tree2415a19abe4533c68c80eab3bd95bb8ab1e33c02 /x11/zenity/Makefile
parent00be250830ab6e6f8f11803dcc2bbd4ca6b8dcce (diff)
downloadmarcuscom-ports-87a3848e89c38fb26bc98c83545121c1572b3ddb.tar
marcuscom-ports-87a3848e89c38fb26bc98c83545121c1572b3ddb.tar.gz
marcuscom-ports-87a3848e89c38fb26bc98c83545121c1572b3ddb.tar.bz2
marcuscom-ports-87a3848e89c38fb26bc98c83545121c1572b3ddb.tar.lz
marcuscom-ports-87a3848e89c38fb26bc98c83545121c1572b3ddb.tar.xz
marcuscom-ports-87a3848e89c38fb26bc98c83545121c1572b3ddb.tar.zst
marcuscom-ports-87a3848e89c38fb26bc98c83545121c1572b3ddb.zip
share/gnome -> share (uses share/gnome/help)
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8623 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/zenity/Makefile')
-rw-r--r--x11/zenity/Makefile42
1 files changed, 42 insertions, 0 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
new file mode 100644
index 000000000..52154a0a7
--- /dev/null
+++ b/x11/zenity/Makefile
@@ -0,0 +1,42 @@
+# 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.77 2007/03/11 19:58:27 mezz Exp $
+#
+
+PORTNAME= zenity
+PORTVERSION= 2.18.1
+PORTREVISION= 1
+CATEGORIES= x11 gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Display GNOME dialogs from the command line
+
+BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
+RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper
+
+USE_XLIB= yes
+USE_GMAKE= yes
+USE_GNOME= gnomeprefix gnomehack libgnomecanvas gconf2 gnomedocutils
+USE_BZIP2= yes
+USE_GETTEXT= yes
+GNU_CONFIGURE= yes
+INSTALLS_OMF= yes
+CONFIGURE_ARGS= --mandir=${PREFIX}/man
+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>