freebsd-ports/net-im/kmerlin/Makefile
Tilman Keskinoz bd872f626c Unbreak with QT 3.3
Submitted by:	markus
2004-04-09 18:39:00 +00:00

34 lines
885 B
Makefile

# 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
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
_NO_KDE_FIXPTHREAD= yes
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
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>