diff options
author | rafal <rafal> | 2002-07-09 02:10:50 +0000 |
---|---|---|
committer | rafal <rafal> | 2002-07-09 02:10:50 +0000 |
commit | b67e9b9157f3aacb02af896e675eac5f6c28bfd7 (patch) | |
tree | 710ad4de5b62a926147a36ab11abbd93ee71312d /chat/gaim/Makefile | |
parent | 8e1fdcc16ba183d2a9a1b77ba80faf7a18351758 (diff) | |
download | pkgsrc-b67e9b9157f3aacb02af896e675eac5f6c28bfd7.tar.gz |
Split out Makefile/PLIST common between this package and the (forthcoming)
gaim-gnome, which will install the GNOME panel applet instead of the stand-
alone client. Based in part on PR 16835 from Julio Merino, with differences
mainly due to the fact that I started this before I was pointed at his PR.
Reviewed by Hubert.
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" |