blob: c70721de8edc0cbf30843d12f2166d29d82d551b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
# $NetBSD: Makefile,v 1.25 2005/08/07 11:30:49 wiz Exp $
#
DISTNAME= aMule-1.2.8
PKGNAME= ${DISTNAME:S/aMule/amule/}
PKGREVISION= 4
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=amule/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= tripledes@eslack.org
HOMEPAGE= http://amule.sourceforge.net/
COMMENT= Another Emule P2P client
BUILD_USES_MSGFMT= yes
CONFLICTS= xmule-[0-9]*
USE_DIRS+= xdg-1.1
USE_TOOLS+= gmake
USE_LANGUAGES= c c++
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-wx-config=${LOCALBASE}/bin/wx24-config
LIBS+= -lm
UNLIMIT_RESOURCES+= datasize
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pkg-config/buildlink3.mk"
.include "../../devel/zlib/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/wxGTK24/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|