pkgsrc/net/amule/Makefile
wiz 7eeb51b534 Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
2014-05-29 23:35:13 +00:00

45 lines
1.2 KiB
Makefile

# $NetBSD: Makefile,v 1.70 2014/05/29 23:37:02 wiz Exp $
DISTNAME= aMule-2.3.1
PKGNAME= ${DISTNAME:tl}
PKGREVISION= 5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amule/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tripledes@eslack.org
HOMEPAGE= http://www.amule.org/
COMMENT= Another Emule P2P client
LICENSE= gnu-gpl-v2
CONFLICTS= xmule-[0-9]*
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
USE_TOOLS+= gmake intltool msgfmt pkg-config perl:run
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-wx-config=${BUILDLINK_PREFIX.wxGTK28}/bin/wx-config
CONFIGURE_ARGS+= --with-crypto-prefix=${BUILDLINK_PREFIX.cryptopp}
CONFIGURE_ARGS+= --with-language=all
CONFIGURE_ARGS+= --enable-xas
.include "options.mk"
REPLACE_PERL= src/libs/ec/file_generator.pl \
src/utils/scripts/kadnodescreate.pl \
src/utils/scripts/stats.pl \
src/utils/scripts/mldonkey_importer.pl \
src/utils/xas/xas.pl
LIBS+= -lm # for pow(3)
UNLIMIT_RESOURCES+= datasize
TEST_TARGET= check
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../security/crypto++/buildlink3.mk"
.include "../../x11/wxGTK28/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"