3758974ec6
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.
17 lines
431 B
Makefile
17 lines
431 B
Makefile
# $NetBSD: Makefile,v 1.19 2002/07/09 02:10:50 rafal Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
CONFIGURE_ARGS+= --disable-gnome
|
|
CONFIGURE_ARGS+= --disable-panel
|
|
|
|
PLIST_SRC+= ${.CURDIR}/../gaim/PLIST
|
|
|
|
CONFLICTS+= gaim-gnome-[0-9]*
|
|
|
|
.include "../../audio/esound/buildlink.mk"
|
|
.include "../../graphics/gdk-pixbuf/buildlink.mk"
|
|
.include "../../lang/perl5/buildlink.mk"
|
|
.include "../../mk/x11.buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|