aboutsummaryrefslogtreecommitdiffstats
path: root/net/gaim/Makefile
blob: 178ac48e2e848f05f91695b2bd20ba32ee25be00 (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
44
45
46
47
48
49
50
51
52
53
54
55
# New ports collection makefile for:    gaim
# Date created:         26 Mar 1999
# Whom:             Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=       gaim
PORTVERSION=        0.11.0p14
CATEGORIES=     net
MASTER_SITES=       ftp://ftp.marko.net/pub/gaim/ \
            ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME=       ${PORTNAME}-${PORTVERSION:S/p/pre/}

MAINTAINER=     jim@FreeBSD.org

USE_BZIP2=      yes
USE_X_PREFIX=       yes
USE_GMAKE=      yes
USE_GTK=        yes
WANT_ESOUND=        yes
WANT_GNOME=     yes
USE_LIBTOOL=        yes
CONFIGURE_ENV=      CPPFLAGS="-I${LOCALBASE}/include" \
            LIBS="-L${LOCALBASE}/lib"

MAN1=           gaim.1

.include <bsd.port.pre.mk>

.if defined(HAVE_GNOME)
USE_GNOME=      yes
RUN_DEPENDS=        ispell:${PORTSDIR}/textproc/ispell
CONFIGURE_ARGS+=    --enable-panel
.else
CONFIGURE_ARGS+=    --disable-gnome
.endif
.if defined(HAVE_ESOUND)
USE_ESOUND=     yes
.else
CONFIGURE_ARGS+=    --disable-esd
.endif

pre-patch:
    @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
         s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
         s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
         s|\$$\(top_builddir\)/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
    @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
        's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
         s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g ; \
         s|\@LIBTOOL\@|\${LOCALBASE}/bin/libtool|g'

.include <bsd.port.post.mk>