mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
090059a210
The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav)
37 lines
991 B
Makefile
37 lines
991 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= 5
|
|
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
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= 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>
|