aboutsummaryrefslogtreecommitdiff
path: root/deskutils/kooldock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/kooldock/Makefile')
-rw-r--r--deskutils/kooldock/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/deskutils/kooldock/Makefile b/deskutils/kooldock/Makefile
deleted file mode 100644
index a1bee851b155..000000000000
--- a/deskutils/kooldock/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# New ports collection makefile for: kooldock
-# Date created: 8 February 2007
-# Whom: Gustavo Perez
-#
-# $FreeBSD$
-#
-
-PORTNAME= kooldock
-PORTVERSION= 0.4.7
-PORTREVISION= 6
-CATEGORIES= deskutils
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20${PORTVERSION}/${PORTNAME}-${PORTVERSION}.tar.bz2
-
-MAINTAINER= gustau.perez@gmail.com
-COMMENT= OS-X dock-like for KDE
-
-WRKSRC= ${WRKDIR}/kooldock
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_AUTOTOOLS= libtool
-USES= gettext
-USE_KDELIBS_VER= 3
-USE_BZIP2= yes
-
-pre-configure:
- @cd ${WRKSRC}/admin && ${RM} -f ltmain.sh && ${CP} -f ${LTMAIN} .
-
-MANCOMPRESSED= yes
-
-.include <bsd.port.mk>