aboutsummaryrefslogtreecommitdiff
path: root/net/kmerlin/Makefile
blob: 31a6aa6222ab4b187b467bc1ab7748d62d93fe98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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
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>