1999-04-18 20:15:51 -04:00
|
|
|
# New ports collection makefile for: gaim
|
|
|
|
# Date created: 26 Mar 1999
|
1999-08-12 05:20:45 -04:00
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
1999-04-18 20:15:51 -04:00
|
|
|
#
|
1999-08-30 10:24:37 -04:00
|
|
|
# $FreeBSD$
|
1999-04-18 20:15:51 -04:00
|
|
|
#
|
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
PORTNAME= gaim
|
|
|
|
PORTVERSION= 0.10.1
|
|
|
|
PORTREVISION= 1
|
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2000-06-14 09:21:38 -04:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
1999-04-18 20:15:51 -04:00
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
MAINTAINER= jim@FreeBSD.org
|
1999-04-18 20:15:51 -04:00
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
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"
|
1999-05-28 23:56:15 -04:00
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
MAN1= gaim.1
|
2000-03-27 01:07:33 -05:00
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
.include <bsd.port.pre.mk>
|
2000-10-03 14:35:24 -04:00
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
.if defined(HAVE_GNOME)
|
|
|
|
USE_GNOME= yes
|
|
|
|
CONFIGURE_ARGS+=--enable-gnome --enable-panel
|
2000-10-03 14:35:24 -04:00
|
|
|
.else
|
2000-10-05 03:22:56 -04:00
|
|
|
CONFIGURE_ARGS+=--disable-gnome
|
|
|
|
.endif
|
|
|
|
.if defined(HAVE_ESOUND)
|
|
|
|
USE_ESOUND= yes
|
|
|
|
CONFIGURE_ARGS+=--enable-esd
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-esd
|
2000-10-03 14:35:24 -04:00
|
|
|
.endif
|
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
pre-patch:
|
|
|
|
@${PERL} -pi -e 's|-lpthread|-pthread|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'
|
1999-04-18 20:15:51 -04:00
|
|
|
|
2000-10-05 03:22:56 -04:00
|
|
|
.include <bsd.port.post.mk>
|