summaryrefslogtreecommitdiffstats
path: root/x11/zenity/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
commita3b5135851621cb514e7708d11f9dc82f851ea5c (patch)
treeb2b32cc424aeb8dc4d13263958511bf8ca92bc34 /x11/zenity/Makefile
parent095098375dd5bb1d27d533ffc7dc27305e105c95 (diff)
downloadmarcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/zenity/Makefile')
-rw-r--r--x11/zenity/Makefile45
1 files changed, 0 insertions, 45 deletions
diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile
deleted file mode 100644
index 2d12007e7..000000000
--- a/x11/zenity/Makefile
+++ /dev/null
@@ -1,45 +0,0 @@
-# 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.101 2009/08/10 23:18:39 marcus Exp $
-#
-
-PORTNAME= zenity
-PORTVERSION= 2.28.0
-CATEGORIES= x11 gnome
-MASTER_SITES= GNOME
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= Display GNOME dialogs from the command line
-
-BUILD_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
-RUN_DEPENDS= rarian-sk-config:${PORTSDIR}/textproc/rarian
-
-USE_GMAKE= yes
-USE_GNOME= gnomeprefix gnomehack gtk20 gnomedocutils intlhack
-USE_BZIP2= yes
-USE_GETTEXT= yes
-GNU_CONFIGURE= 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.*
-
-OPTIONS= NOTIFY "Enable libnotify support" on
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_NOTIFY)
-LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify
-CONFIGURE_ARGS+= --enable-libnotify
-.else
-CONFIGURE_ARGS+= --disable-libnotify
-.endif
-
-.include <bsd.port.post.mk>