aboutsummaryrefslogtreecommitdiffstats
path: root/net/lmule/Makefile
blob: 20d26895dc99dc2a41dc4e74614a28b5bc6256b9 (plain) (blame)
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
39
40
41
42
43
# New ports collection makefile for:    lmule
# Date created:     Tue Mar 11 05:06:20 UTC 2003
# Whom:         Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=   lmule
PORTVERSION=    1.1.12
CATEGORIES= net
MASTER_SITES=       ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= lmule

MAINTAINER= lioux@FreeBSD.org
COMMENT=    Port of eMule eDonkey P2P client using wxWindows class library

LIB_DEPENDS=    intl.4:${PORTSDIR}/devel/gettext \
        wx_gtk.2:${PORTSDIR}/x11-toolkits/wxgtk-devel
RUN_DEPENDS=    wget:${PORTSDIR}/ftp/wget

USE_X_PREFIX=   yes
USE_GNOMENG=    yes
USE_GNOME=  gnomehier \
        gnomehack \
        gnomeprefix \
        gtk12
USE_REINPLACE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --without-included-gettext \
        --with-libintl-prefix=${LOCALBASE} \
        --with-wx-config=${WX_CONFIG}
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS} ${PTHREAD_CFLAGS}" \
        LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"

WX_CONFIG?= "${X11BASE}/bin/wx-config"

post-patch:
# it works for FreeBSD as well
    @${REINPLACE_CMD} -E \
        -e 's|(Linux)|FreeBSD/\1|' \
        ${WRKSRC}/src/*.cpp

.include <bsd.port.mk>