aboutsummaryrefslogtreecommitdiffstats
path: root/net/gaim-snapshot/Makefile
blob: 388a200f577d8f663de653c19ae5046c8c8fc1fd (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
# New ports collection makefile for:    gaim
# Date created:         26 Mar 1999
# Whom:             Jim Mock <jim@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=       gaim
PORTVERSION=        0.11.0pre8
CATEGORIES=     net
MASTER_SITES=       ftp://ftp.marko.net/pub/gaim/ \
            ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}

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'

.include <bsd.port.post.mk>