freebsd-ports/net/kmerlin/Makefile

37 lines
943 B
Makefile
Raw Normal View History

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
PORTVERSION= 1.4.2
PORTREVISION= 1
2002-09-21 08:36:21 +02:00
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}
2002-09-21 08:36:21 +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
USE_REINPLACE= yes
2002-09-21 08:36:21 +02:00
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
2002-09-21 08:36:21 +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
@${REINPLACE_CMD} -e 's|-O2||g; s|-lpthread|${PTHREAD_LIBS}|g' \
${WRKSRC}/${CONFIGURE_SCRIPT}
.include <bsd.port.mk>