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/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/net-im/kmerlin/Makefile b/net-im/kmerlin/Makefile
deleted file mode 100644
index 343e953bae21..000000000000
--- a/net-im/kmerlin/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: kmerlin
-# Date created: 20 September 2002
-# Whom: Cédric Lamalle
-#
-# $FreeBSD$
-#
-
-PORTNAME= kmerlin
-PORTVERSION= 1.4.2
-PORTREVISION= 1
-CATEGORIES= net
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= ${PORTNAME}
-DISTNAME= ${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= cedric@cedric.trix.net
-COMMENT= An IM (Instant Messenger) KDE client for the Microsoft MSN Network
-
-USE_KDELIBS_VER=3
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_REINPLACE= yes
-
-CONFIGURE_ARGS+= --prefix=${LOCALBASE}
-CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
-
-post-patch:
-.for i in replacepage identityeditdialog identitysetting \
- chatsetting systemnotification
- @${RM} ${WRKSRC}/src/setting/${i}.h ${WRKSRC}/src/setting/${i}.cpp
-.endfor
- @${RM} ${WRKSRC}/src/login.h ${WRKSRC}/src/login.cpp
- @${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
- ${WRKSRC}/${CONFIGURE_SCRIPT}
- @${REINPLACE_CMD} -e 's|;;|;|g;' ${WRKSRC}/src/kmerlindock.h
-
-.include <bsd.port.mk>