diff options
-rw-r--r-- | x11/zenity/Makefile | 35 | ||||
-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, 73 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> diff --git a/x11/zenity/distinfo b/x11/zenity/distinfo new file mode 100644 index 000000000..b6f6a0921 --- /dev/null +++ b/x11/zenity/distinfo @@ -0,0 +1 @@ +MD5 (gnome2/zenity-1.0.tar.bz2) = 10d88ad482a2583541d2f823839c1132 diff --git a/x11/zenity/pkg-descr b/x11/zenity/pkg-descr new file mode 100644 index 000000000..34a2188c0 --- /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 000000000..89957aa3d --- /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 |