aboutsummaryrefslogtreecommitdiff
path: root/x11-clocks/kdetoys3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-clocks/kdetoys3/Makefile')
-rw-r--r--x11-clocks/kdetoys3/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/x11-clocks/kdetoys3/Makefile b/x11-clocks/kdetoys3/Makefile
deleted file mode 100644
index 8fe4e798a309..000000000000
--- a/x11-clocks/kdetoys3/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# New ports collection makefile for: kdetoys2
-# Date created: 14 May 2000 02:45:53
-# Whom: Will Andrews <will@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= kdetoys
-PORTVERSION= 1.90
-CATEGORIES= x11-clocks kde
-MASTER_SITES= ${MASTER_SITE_KDE}
-MASTER_SITE_SUBDIR= unstable/distribution/tar/src
-
-MAINTAINER= will@FreeBSD.org
-
-LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2
-
-MOC?= ${X11BASE}/bin/moc2
-USE_QT2= yes
-USE_BZIP2= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS+=--with-qt-dir=${X11BASE} \
- --with-qt-includes=${X11BASE}/include/qt2 \
- --with-qt-libraries=${X11BASE}/lib
-CONFIGURE_ENV+= DO_NOT_COMPILE=mouse MOC="${MOC}"
-USE_GMAKE= yes
-
-.include <bsd.port.mk>