pkgsrc/net/mldonkey/Makefile.common
wiz ca8b52198d Update net/mldonkey* to 3.1.5.
Fixes problem reported in PR 50220 by Germain Le Chapelain.

2014/03/22: version 3.1.5 = tag release-3-1-5
8415: Revert patch #8328 to fix GTK2 gui's compilation (ygrek)

2014/03/10: version 3.1.4 = tag release-3-1-4
8388: BT: use porttest service from EDK module (ygrek)
8352: CryptoPP: Fix compilation with gcc-4.7 (Jaakko Perttilä)
8351: CryptoPP: Fix FreeBSD build with clang on i386 (tijl)
8350: CryptoPP: Fix compilation on armhf (ygrek)
2015-09-14 06:03:58 +00:00

43 lines
1.2 KiB
Text

# $NetBSD: Makefile.common,v 1.51 2015/09/14 06:03:58 wiz Exp $
#
# used by net/mldonkey/Makefile
# used by net/mldonkey-gui/Makefile
DISTNAME= mldonkey-3.1.5
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mldonkey/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://mldonkey.sourceforge.net/Main_Page
COMMENT= Free peer-to-peer client with eDonkey support and more
LICENSE= gnu-gpl-v2
DISTINFO_FILE= ${.CURDIR}/../../net/mldonkey/distinfo
PATCHDIR= ${.CURDIR}/../../net/mldonkey/patches
GNU_CONFIGURE= yes
USE_LANGUAGES= c c++
USE_TOOLS+= gmake perl autoconf
MAKE_JOBS_SAFE= no
CONFIGURE_ENV+= WGET=""
CONFIGURE_ENV+= ac_cv_prog_WGET="no"
CONFIGURE_ARGS+= --enable-directconnect
LDFLAGS+= ${PTHREAD_LDFLAGS}
MAKE_ENV+= BUILDLINK_PREFIX.pthread=${BUILDLINK_PREFIX.pthread}
CONFIGURE_ARGS+= --enable-pthread-lib
UNLIMIT_RESOURCES= stacksize
# needs 3.10.1 or newer to work correctly on NetBSD/amd64
BUILDLINK_API_DEPENDS.ocaml+= ocaml>=3.10.1
pre-configure:
cd ${WRKSRC}/config && autoconf
.include "../../archivers/bzip2/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../graphics/gd/buildlink3.mk"
.include "../../lang/ocaml/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"