diff options
author | rafal <rafal@pkgsrc.org> | 2002-07-09 02:10:50 +0000 |
---|---|---|
committer | rafal <rafal@pkgsrc.org> | 2002-07-09 02:10:50 +0000 |
commit | 3758974ec6585579a742a4db1012c286a74f6604 (patch) | |
tree | 710ad4de5b62a926147a36ab11abbd93ee71312d /chat/gaim/Makefile.common | |
parent | f0dc97c3fddb6c85e0c96ce34d4b8b22c868a740 (diff) | |
download | pkgsrc-3758974ec6585579a742a4db1012c286a74f6604.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.common')
-rw-r--r-- | chat/gaim/Makefile.common | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/chat/gaim/Makefile.common b/chat/gaim/Makefile.common new file mode 100644 index 00000000000..793be91f075 --- /dev/null +++ b/chat/gaim/Makefile.common @@ -0,0 +1,36 @@ +# $NetBSD: Makefile.common,v 1.1 2002/07/09 02:10:51 rafal Exp $ +# + +DISTNAME= gaim-0.59 +CATEGORIES= chat x11 +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gaim/} \ + ftp://ftp.marko.net/pub/gaim/ + +MAINTAINER= rafal@netbsd.org +HOMEPAGE= http://gaim.sourceforge.net/ +COMMENT= GTK+-based client for AOL's Instant Messenger chat system + +DISTINFO_FILE= ${.CURDIR}/../gaim/distinfo +FILESDIR= ${.CURDIR}/../gaim/files +PATCHDIR= ${.CURDIR}/../gaim/patches +PKGDIR= ${.CURDIR}/../gaim +PLIST_SRC= ${.CURDIR}/../gaim/PLIST.common + +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-nas +CONFIGURE_ARGS+= --disable-perl +CONFIGURE_ARGS+= --disable-screensaver + +CONFIGURE_ARGS+= --enable-esd +CONFIGURE_ARGS+= --enable-perl +CONFIGURE_ARGS+= --enable-pixbuf + +CONFIGURE_ENV+= pixbufcfg="${GDK_PIXBUF_CONFIG}" |