2002-09-21 08:36:21 +02:00
|
|
|
|
# New ports collection makefile for: kmerlin
|
|
|
|
|
# Date created: 20 September 2002
|
|
|
|
|
# Whom: C<>dric Lamalle
|
|
|
|
|
#
|
|
|
|
|
# $FreeBSD$
|
|
|
|
|
#
|
|
|
|
|
|
|
|
|
|
PORTNAME= kmerlin
|
2004-02-07 07:03:19 +01:00
|
|
|
|
PORTVERSION= 1.4.2
|
2004-04-05 05:31:02 +02:00
|
|
|
|
PORTREVISION= 1
|
2002-09-21 08:36:21 +02:00
|
|
|
|
CATEGORIES= net
|
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2003-12-11 11:43:35 +01:00
|
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
2002-09-21 08:36:21 +02:00
|
|
|
|
|
2003-07-18 18:05:51 +02:00
|
|
|
|
MAINTAINER= cedric@cedric.trix.net
|
2003-02-21 14:28:59 +01:00
|
|
|
|
COMMENT= An IM (Instant Messenger) KDE client for the Microsoft MSN Network
|
2002-09-21 08:36:21 +02:00
|
|
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
USE_GMAKE= yes
|
2004-06-20 16:42:18 +02:00
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
2002-09-21 08:36:21 +02:00
|
|
|
|
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
|
2004-06-20 16:42:18 +02:00
|
|
|
|
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
|
2002-09-21 08:36:21 +02:00
|
|
|
|
|
2004-04-09 20:39:00 +02:00
|
|
|
|
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
|
2004-06-20 16:42:18 +02:00
|
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
|
|
|
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
2004-04-09 20:39:00 +02:00
|
|
|
|
|
2004-06-20 16:42:18 +02:00
|
|
|
|
.include <bsd.port.mk>
|