1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-17 08:01:36 +00:00
freebsd-ports/net-im/eva/Makefile
Pav Lucistnik b42e419399 Move ports to a newly created net-im category:
net/eva -> net-im/eva

Repocopied by:	marcus
2005-11-10 23:28:07 +00:00

40 lines
807 B
Makefile

# New ports collection makefile for: eva
# Date created: 16 April 2005
# Whom: hamigua <hamigua@cuc.cn>
#
# $FreeBSD$
#
PORTNAME= eva
PORTVERSION= 0.3.2
PORTREVISION= 1
CATEGORIES= net-im kde
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= evaq
DISTNAME= ${PORTNAME}-${PORTVERSION}-1
MAINTAINER= hamigua@cuc.cn
COMMENT= QQ IM Client for KDE3
USE_KDELIBS_VER=3
GNU_CONFIGURE= yes
USE_REINPLACE= yes
USE_GMAKE= yes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= "does not compile"
.endif
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.post.mk>