diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-01-22 16:45:10 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-01-22 16:45:10 +0000 |
commit | 307bdced85efa099cb28882bf2904d68809a7547 (patch) | |
tree | a8d9f0fef2ab3a02971ab0000c95884bb3b29557 /x11-clocks/xfce4-datetime-plugin/Makefile | |
parent | 7f941ef93ab911655cb1a2e6b7c89f115be1318c (diff) |
Notes
Diffstat (limited to 'x11-clocks/xfce4-datetime-plugin/Makefile')
-rw-r--r-- | x11-clocks/xfce4-datetime-plugin/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-clocks/xfce4-datetime-plugin/Makefile b/x11-clocks/xfce4-datetime-plugin/Makefile deleted file mode 100644 index 64504157606e..000000000000 --- a/x11-clocks/xfce4-datetime-plugin/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# New ports collection makefile for: xfce4-datetime-plugin -# Date created: 2003-10-31 -# Whom: Matt Lancereau <matt@rimasec.net> -# -# $FreeBSD$ -# $MCom: ports/x11-clocks/xfce4-datetime-plugin/Makefile,v 1.1 2006/10/02 20:46:24 ahze Exp $ - -PORTNAME= xfce4-datetime-plugin -PORTVERSION= 0.3.1 -PORTREVISION= 4 -CATEGORIES= x11-clocks xfce -MASTER_SITES= http://download.berlios.de/xfce-goodies/ -DIST_SUBDIR= xfce4 - -MAINTAINER= ports@FreeBSD.org -COMMENT= XFce 4 additional clock module which also shows date - -BUILD_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel -LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ - xml2.5:${PORTSDIR}/textproc/libxml2 \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification -RUN_DEPENDS= xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel - -USE_GNOME= gtk20 -GNU_CONFIGURE= yes -USE_LDCONFIG= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} - -.include <bsd.port.mk> |