freebsd-ports/net-im/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 11:20:45 +02:00
# Whom: Jim Mock <jim@FreeBSD.org>
#
1999-08-30 16:24:37 +02:00
# $FreeBSD$
#
2000-10-07 19:50:41 +02:00
PORTNAME= gaim
2001-08-30 22:30:48 +02:00
PORTVERSION= 0.11.0p15
PORTREVISION= 1
2000-10-07 19:50:41 +02:00
CATEGORIES= net
MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \
${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/}
2000-10-07 19:50:41 +02:00
MAINTAINER= jim@FreeBSD.org
2000-10-07 19:50:41 +02:00
USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GTK= yes
WANT_ESOUND= yes
WANT_GNOME= yes
GNU_CONFIGURE= yes
2000-10-07 19:50:41 +02:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
2000-10-07 19:50:41 +02:00
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)
2000-10-07 19:50:41 +02:00
USE_GNOME= yes
2001-03-21 21:54:57 +01:00
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)
2000-10-07 19:50:41 +02:00
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 -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
2000-10-05 09:22:56 +02:00
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
'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>