diff options
Diffstat (limited to 'chat/gaim/Makefile')
-rw-r--r-- | chat/gaim/Makefile | 29 |
1 files changed, 4 insertions, 25 deletions
diff --git a/chat/gaim/Makefile b/chat/gaim/Makefile index 7dbda1065fe..a373795bf87 100644 --- a/chat/gaim/Makefile +++ b/chat/gaim/Makefile @@ -1,35 +1,14 @@ -# $NetBSD: Makefile,v 1.18 2002/07/01 17:16:20 hubertf Exp $ +# $NetBSD: Makefile,v 1.19 2002/07/09 02:10:50 rafal Exp $ # -DISTNAME= gaim-0.59 -CATEGORIES= chat x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} \ - ftp://ftp.marko.net/pub/gaim/ +.include "Makefile.common" -MAINTAINER= hubertf@netbsd.org -HOMEPAGE= http://gaim.sourceforge.net/ -COMMENT= GTK+-based client for AOL's Instant Messenger chat system - -USE_BUILDLINK_ONLY= YES -USE_GMAKE= YES -USE_X11BASE= YES - -USE_LIBTOOL= YES -LIBTOOL_OVERRIDE= ${WRKSRC}/libtool - -GNU_CONFIGURE= YES -CONFIGURE_ARGS+= --disable-artsc CONFIGURE_ARGS+= --disable-gnome -CONFIGURE_ARGS+= --disable-nas CONFIGURE_ARGS+= --disable-panel -CONFIGURE_ARGS+= --disable-perl -CONFIGURE_ARGS+= --disable-screensaver -CONFIGURE_ARGS+= --enable-esd -CONFIGURE_ARGS+= --enable-perl -CONFIGURE_ARGS+= --enable-pixbuf +PLIST_SRC+= ${.CURDIR}/../gaim/PLIST -CONFIGURE_ENV+= pixbufcfg="${GDK_PIXBUF_CONFIG}" +CONFLICTS+= gaim-gnome-[0-9]* .include "../../audio/esound/buildlink.mk" .include "../../graphics/gdk-pixbuf/buildlink.mk" |