diff options
Diffstat (limited to 'net-im/eva/Makefile')
-rw-r--r-- | net-im/eva/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/net-im/eva/Makefile b/net-im/eva/Makefile index f70e77e4f8ec..068adffea919 100644 --- a/net-im/eva/Makefile +++ b/net-im/eva/Makefile @@ -7,11 +7,15 @@ PORTNAME= eva PORTVERSION= 0.4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-im kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= evaq +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= liu_yinghong@yahoo.com.cn COMMENT= QQ IM Client for KDE3 @@ -19,21 +23,15 @@ USE_KDELIBS_VER=3 USE_AUTOTOOLS= libtool:15 USE_GMAKE= yes USE_BZIP2= yes -MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ - AUTOHEADER="${TRUE}" +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" 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> +.include <bsd.port.mk> |