freebsd-ports/net-im/gaim/Makefile

53 lines
1.2 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: gaim
# Date created: 26 Mar 1999
1999-08-12 11:20:45 +02:00
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
PORTNAME= gaim
PORTVERSION= 0.54
CATEGORIES= net
MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= marcus@marcuscom.com
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GTK= yes
WANT_ESOUND= yes
WANT_GNOME= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
MAN1= gaim.1
2000-03-27 08:07:33 +02:00
2000-10-05 09:22:56 +02:00
.include <bsd.port.pre.mk>
2000-10-05 09:22:56 +02:00
.if defined(HAVE_GNOME)
USE_GNOME= yes
RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
CONFIGURE_ARGS+= --enable-panel
.else
2000-10-07 19:50:41 +02:00
CONFIGURE_ARGS+= --disable-gnome
2000-10-05 09:22:56 +02:00
.endif
.if defined(HAVE_ESOUND)
USE_ESOUND= yes
2000-10-05 09:22:56 +02:00
.else
2000-10-07 19:50:41 +02:00
CONFIGURE_ARGS+= --disable-esd
.endif
2000-10-05 09:22:56 +02:00
pre-patch:
@${PERL} -pi.orig -e 's|-lpthreads|${PTHREAD_LIBS:S/"//g}|g; \
s|-lpthread|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
2000-10-05 09:22:56 +02:00
's|\$$\(datadir\)/gnome/|\$$\(datadir\)/|g ; \
s|\$$\(datadir\)/locale|\$$\(prefix\)/share/locale|g'
2000-10-05 09:22:56 +02:00
.include <bsd.port.post.mk>