19 lines
417 B
Makefile
19 lines
417 B
Makefile
# $NetBSD: Makefile,v 1.23 2002/10/29 18:52:01 wiz Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
CONFLICTS+= gaim-gnome-[0-9]*
|
|
|
|
USE_BUILDLINK2= YES
|
|
|
|
CONFIGURE_ARGS+= --disable-gnome
|
|
CONFIGURE_ARGS+= --disable-panel
|
|
|
|
PLIST_SRC+= ${.CURDIR}/../gaim/PLIST
|
|
|
|
.include "../../audio/esound/buildlink2.mk"
|
|
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
|
|
.include "../../lang/perl5/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|