summaryrefslogtreecommitdiff
path: root/net-im/kmerlin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/kmerlin/Makefile')
-rw-r--r--net-im/kmerlin/Makefile27
1 files changed, 0 insertions, 27 deletions
diff --git a/net-im/kmerlin/Makefile b/net-im/kmerlin/Makefile
deleted file mode 100644
index fd04ba9f4e3e..000000000000
--- a/net-im/kmerlin/Makefile
+++ /dev/null
@@ -1,27 +0,0 @@
-# New ports collection makefile for: kmerlin
-# Date created: 20 September 2002
-# Whom: Cédric Lamalle
-#
-# $FreeBSD$
-#
-
-PORTNAME= kmerlin
-PORTVERSION= 1.2
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-
-MAINTAINER= cedric@cedric.trix.net
-
-USE_KDELIBS_VER=3
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_AUTOMAKE_VER=15
-USE_AUTOMAKE= yes
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
-CONFIGURE_ARGS+= --prefix=${LOCALBASE}
-
-pre-configure:
- cd ${WRKSRC} && ${GMAKE} -f Makefile.cvs
-
-.include <bsd.port.mk>