1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/net-im/eva/Makefile
Beat Gaetzi 8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00

40 lines
973 B
Makefile

# New ports collection makefile for: eva
# Date created: 16 April 2005
# Whom: hamigua <hamigua@cuc.cn>
#
# $FreeBSD$
#
PORTNAME= eva
PORTVERSION= 0.4.1
PORTREVISION= 10
CATEGORIES= net-im kde
MASTER_SITES= SF/${PORTNAME}q/${PORTNAME}-0.4/Eva%20${PORTVERSION}
PATCH_SITES= ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/
PATCHFILES= eva-0.4.1_20070504.patch.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= ports@FreeBSD.org
COMMENT= QQ IM Client for KDE3
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool autoconf
USE_GMAKE= yes
USE_BZIP2= yes
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
AUTOHEADER="${TRUE}"
WRKSRC= ${WRKDIR}/${PORTNAME}
post-patch:
@${REINPLACE_CMD} -e 's|^\(LIBS\ =\ @LIBS@\)|\1 -pthread|' \
${WRKSRC}/src/Makefile.in
@${REINPLACE_CMD} -e 's/-pedantic //g; s/-O2//g; \
s/-lpthread/${PTHREAD_LIBS}/g' ${WRKSRC}/configure
.include <bsd.port.mk>