diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-20 07:55:15 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-20 07:55:15 +0000 |
commit | e3baa73098d8d9d8de9acc777509344d969fc0bd (patch) | |
tree | 17f8b97abb594ecb5892133442979e8bb9205a06 /net-im/gaim | |
parent | 20b9c8f059dbddf35d3a64b3088ed10eb252a75a (diff) | |
download | FreeBSD-ports-e3baa73098d8d9d8de9acc777509344d969fc0bd.zip FreeBSD-ports-e3baa73098d8d9d8de9acc777509344d969fc0bd.tar.gz |
Pass over maintainership to Joe Marcus Clarke <marcus@marcuscom.com>
Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Approved by: jim (old MAINTAINER)
Diffstat (limited to 'net-im/gaim')
-rw-r--r-- | net-im/gaim/Makefile | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 127957f..82e3639 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 |