diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-20 07:55:15 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-02-20 07:55:15 +0000 |
commit | eefb37d231b7e279d94077c9384e65ebbeafefa6 (patch) | |
tree | 79ad33d71f73d564437d789735b800189313528f /net-im | |
parent | 241891f22d727607cdd27444bbb32cf895615b77 (diff) | |
download | ports-eefb37d231b7e279d94077c9384e65ebbeafefa6.tar.gz ports-eefb37d231b7e279d94077c9384e65ebbeafefa6.zip |
Notes
Diffstat (limited to 'net-im')
-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 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 |