summaryrefslogtreecommitdiffstats
path: root/deskutils/xfce4-windowlist-plugin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/xfce4-windowlist-plugin/Makefile')
-rw-r--r--deskutils/xfce4-windowlist-plugin/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/deskutils/xfce4-windowlist-plugin/Makefile b/deskutils/xfce4-windowlist-plugin/Makefile
deleted file mode 100644
index 983cf192c..000000000
--- a/deskutils/xfce4-windowlist-plugin/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: xfce4-windowlist-plugin
-# Date created: 2003-04-26
-# Whom: Matt Lancereau <matt@rimasec.net>
-#
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= xfce4-windowlist-plugin
-PORTVERSION= 0.1.0
-PORTREVISION= 5
-CATEGORIES= deskutils xfce
-MASTER_SITES= http://download.berlios.de/xfce-goodies/
-DISTNAME= xfce4-windowlist-plugin-${PORTVERSION}
-DIST_SUBDIR= xfce4
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A windowlist plugin for xfce4-panel
-
-BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
-LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \
- xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \
- startup-notification-1.0:${PORTSDIR}/x11/startup-notification
-RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel
-
-USE_GNOME= gtk20 libxml2
-GNU_CONFIGURE= yes
-CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
-
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-.include <bsd.port.mk>