aboutsummaryrefslogtreecommitdiff
path: root/net/kmerlin/Makefile
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2003-07-18 16:05:51 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2003-07-18 16:05:51 +0000
commitfc0ac395389e1432ae2ee8a02c43ff07a0340a29 (patch)
tree7cf0cbabdf69dd49bfb3ddf106ae1c127683b1e4 /net/kmerlin/Makefile
parenta8d43c65e88b176f94c3ce2a8a9f9b05c6eea2a2 (diff)
downloadports-fc0ac395389e1432ae2ee8a02c43ff07a0340a29.tar.gz
ports-fc0ac395389e1432ae2ee8a02c43ff07a0340a29.zip
Unbreak by updating to 1.3b3
PR: 54590 Submitted by: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw>
Notes
Notes: svn path=/head/; revision=85144
Diffstat (limited to 'net/kmerlin/Makefile')
-rw-r--r--net/kmerlin/Makefile17
1 files changed, 6 insertions, 11 deletions
diff --git a/net/kmerlin/Makefile b/net/kmerlin/Makefile
index 31a6aa6222ab..6e864f3b254f 100644
--- a/net/kmerlin/Makefile
+++ b/net/kmerlin/Makefile
@@ -6,25 +6,20 @@
#
PORTNAME= kmerlin
-PORTVERSION= 1.2
+PORTVERSION= 1.3b3
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
+DISTNAME= ${PORTNAME}-1.3Beta3
-MAINTAINER= cedric@cedric.trix.net
+MAINTAINER= cedric@cedric.trix.net
COMMENT= An IM (Instant Messenger) KDE client for the Microsoft MSN Network
-BROKEN= "Does not compile"
-
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>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>