1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/net-im/kmerlin/Makefile
Pav Lucistnik 699db0e54a - Reset unreachable maintainer:
<cedric@cedric.trix.net>... Deferred: Operation timed out with mail.trix.net.
  Message could not be delivered for 5 days
2006-01-10 15:19:24 +00:00

38 lines
1003 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= 3
CATEGORIES= net-im
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= An IM (Instant Messenger) KDE client for the Microsoft MSN Network
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
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}
@${REINPLACE_CMD} -e 's|;;|;|g;' ${WRKSRC}/src/kmerlindock.h
.include <bsd.port.mk>