diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-02 04:50:08 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-03-02 04:50:08 +0000 |
commit | 12368b9d5cfd66bfa2f57a3bbd1c91bda1a8f167 (patch) | |
tree | d332f46b5d5eb96633de17b7d5a06b0532bfd2e3 /x11/zenity | |
parent | 49eac03ebbee20b2ca2d9116766ffc862d9cf722 (diff) | |
download | ports-12368b9d5cfd66bfa2f57a3bbd1c91bda1a8f167.tar.gz ports-12368b9d5cfd66bfa2f57a3bbd1c91bda1a8f167.zip |
Notes
Diffstat (limited to 'x11/zenity')
-rw-r--r-- | x11/zenity/Makefile | 33 | ||||
-rw-r--r-- | x11/zenity/distinfo | 1 | ||||
-rw-r--r-- | x11/zenity/pkg-descr | 4 | ||||
-rw-r--r-- | x11/zenity/pkg-plist | 33 |
4 files changed, 71 insertions, 0 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile new file mode 100644 index 000000000000..e57ffe4345c1 --- /dev/null +++ b/x11/zenity/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: zenity +# Date created: 01 Mar 2003 +# Whom: Franz Klammer <klammer@webonaut.com> +# +# $FreeBSD$ +# + +PORTNAME= zenity +PORTVERSION= 1.0 +CATEGORIES= x11 gnome +MASTER_SITES= http://ftp.acc.umu.se/pub/GNOME/sources/zenity/1.0/ + +MAINTAINER= klammer@webonaut.com +COMMENT= Display GNOME dialogs from the command line + +LIB_DEPEND= gconf-2:${PORTSDIR}/devel/gconf2 \ + gnomecanvas-2.200:${PORTSDIR}/graphics/libgnomecanvas \ + popt.0:${PORTSDIR}/devel/popt + +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOMENG= yes +USE_GNOME= gnomeprefix gnomehack +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} 's|@DATADIRNAME@|share|' + +.include <bsd.port.mk> diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo new file mode 100644 index 000000000000..a6c671e45fba --- /dev/null +++ b/x11/zenity/distinfo @@ -0,0 +1 @@ +MD5 (zenity-1.0.tar.bz2) = 10d88ad482a2583541d2f823839c1132 diff --git a/x11/zenity/pkg-descr b/x11/zenity/pkg-descr new file mode 100644 index 000000000000..34a2188c0603 --- /dev/null +++ b/x11/zenity/pkg-descr @@ -0,0 +1,4 @@ +This is zenity - a rewrite of gdialog, the GNOME port of dialog +which allows you to display dialog boxes from the commandline +and shell scripts. If you understand, things are just as they +are. If you don't understand, things are just as they are. diff --git a/x11/zenity/pkg-plist b/x11/zenity/pkg-plist new file mode 100644 index 000000000000..89957aa3d62d --- /dev/null +++ b/x11/zenity/pkg-plist @@ -0,0 +1,33 @@ +bin/zenity +share/gnome/omf/zenity/zenity-C.omf +@exec scrollkeeper-install -q %D/share/gnome/omf/zenity/zenity-C.omf 2>/dev/null || /usr/bin/true +share/gnome/zenity/clothes/gnome-tshirt.png +share/gnome/zenity/clothes/monk.png +share/gnome/zenity/clothes/sunglasses.png +share/gnome/zenity/help/C/figures/zenity-calendar-screenshot.png +share/gnome/zenity/help/C/figures/zenity-entry-screenshot.png +share/gnome/zenity/help/C/figures/zenity-error-screenshot.png +share/gnome/zenity/help/C/figures/zenity-fileselection-screenshot.png +share/gnome/zenity/help/C/figures/zenity-information-screenshot.png +share/gnome/zenity/help/C/figures/zenity-list-screenshot.png +share/gnome/zenity/help/C/figures/zenity-progress-screenshot.png +share/gnome/zenity/help/C/figures/zenity-question-screenshot.png +share/gnome/zenity/help/C/figures/zenity-text-screenshot.png +share/gnome/zenity/help/C/figures/zenity-warning-screenshot.png +share/gnome/zenity/help/C/legal.xml +share/gnome/zenity/help/C/zenity.xml +share/gnome/zenity/zenity-calendar.png +share/gnome/zenity/zenity-entry.png +share/gnome/zenity/zenity-file.png +share/gnome/zenity/zenity-list.png +share/gnome/zenity/zenity-progress.png +share/gnome/zenity/zenity-text.png +share/gnome/zenity/zenity.glade +share/gnome/zenity/zenity.png +@dirrm share/gnome/omf/zenity +@dirrm share/gnome/zenity/help/C/figures +@dirrm share/gnome/zenity/help/C +@dirrm share/gnome/zenity/help +@dirrm share/gnome/zenity/clothes +@dirrm share/gnome/zenity +@unexec scrollkeeper-uninstall -q %D/share/gnome/omf/zenity/zenity-C.omf 2>/dev/null || /usr/bin/true |