freebsd-ports/net/gaim/Makefile

55 lines
1.2 KiB
Makefile
Raw Normal View History

# 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-08-30 10:24:37 -04:00
# $FreeBSD$
#
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}
MASTER_SITE_SUBDIR= ${PORTNAME}
2000-10-05 03:22:56 -04:00
MAINTAINER= jim@FreeBSD.org
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"
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-05 03:22:56 -04:00
.if defined(HAVE_GNOME)
USE_GNOME= yes
CONFIGURE_ARGS+=--enable-gnome --enable-panel
.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
.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'
2000-10-05 03:22:56 -04:00
.include <bsd.port.post.mk>