summaryrefslogtreecommitdiffstats
path: root/x11/zenity/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-19 03:03:42 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-09-19 03:03:42 +0800
commit2fba1a2d8eb914d118a18389a4efb30f38717605 (patch)
tree3b697eb12be964b6325828602df4493daa80cf64 /x11/zenity/Makefile
parentb74e3cc636dc7243d7c67a3d8b5ca451be756d4c (diff)
downloadmarcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar
marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.gz
marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.bz2
marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.lz
marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.xz
marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.tar.zst
marcuscom-ports-2fba1a2d8eb914d118a18389a4efb30f38717605.zip
Remove these ports now that they have been added into the FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1224 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/zenity/Makefile')
-rw-r--r--x11/zenity/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
deleted file mode 100644
index 9007fff3d..000000000
--- a/x11/zenity/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: zenity
-# Date created: 01 Mar 2003
-# Whom: Franz Klammer <klammer@webonaut.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= zenity
-PORTVERSION= 1.6
-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= LDFLAGS="-L${LOCALBASE}/lib"
-
-pre-configure:
- @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} ${REINPLACE_CMD} -e \
- 's|@DATADIRNAME@|share|'
-
-.include <bsd.port.mk>