summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-20 07:55:15 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-20 07:55:15 +0000
commiteefb37d231b7e279d94077c9384e65ebbeafefa6 (patch)
tree79ad33d71f73d564437d789735b800189313528f /net-im
parentWe need to use -ldb3 to link to the berkeley db libraries. (diff)
Pass over maintainership to Joe Marcus Clarke <marcus@marcuscom.com>
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Approved by: jim (old MAINTAINER)
Notes
Notes: svn path=/head/; revision=54958
Diffstat (limited to 'net-im')
-rw-r--r--net-im/gaim/Makefile42
1 files changed, 21 insertions, 21 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile
index 127957f064e1..82e3639cb15b 100644
--- a/net-im/gaim/Makefile
+++ b/net-im/gaim/Makefile
@@ -5,40 +5,40 @@
# $FreeBSD$
#
-PORTNAME= gaim
-PORTVERSION= 0.51
-CATEGORIES= net
-MASTER_SITES= ftp://ftp.marko.net/pub/gaim/ \
- ${MASTER_SITE_SOURCEFORGE}
+PORTNAME= gaim
+PORTVERSION= 0.51
+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
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LIBS="-L${LOCALBASE}/lib"
+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
+MAN1= gaim.1
.include <bsd.port.pre.mk>
.if defined(HAVE_GNOME)
-USE_GNOME= yes
-RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
+USE_GNOME= yes
+RUN_DEPENDS= ispell:${PORTSDIR}/textproc/ispell
CONFIGURE_ARGS+= --enable-panel
.else
CONFIGURE_ARGS+= --disable-gnome
-BUILD_DEPENDS= ${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf
+BUILD_DEPENDS= ${X11BASE}/bin/gdk-pixbuf-config:${PORTSDIR}/graphics/gdk-pixbuf
.endif
.if defined(HAVE_ESOUND)
-USE_ESOUND= yes
+USE_ESOUND= yes
.else
CONFIGURE_ARGS+= --disable-esd
.endif