23 lines
637 B
Makefile
23 lines
637 B
Makefile
# $NetBSD: Makefile,v 1.3 2002/10/05 17:11:45 wiz Exp $
|
|
|
|
.include "../gaim/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-gnome-/}
|
|
PKGREVISION= 1
|
|
CONFLICTS+= gaim-[0-9]*
|
|
COMMENT+= with GNOME support
|
|
|
|
PLIST_SRC+= ${.CURDIR}/../gaim-gnome/PLIST
|
|
MESSAGE_SRC= ${.CURDIR}/../gaim-gnome/MESSAGE
|
|
|
|
CONFIGURE_ARGS+= --enable-gnome
|
|
CONFIGURE_ARGS+= --enable-panel
|
|
|
|
USE_BUILDLINK2= YES
|
|
|
|
.include "../../audio/esound/buildlink2.mk"
|
|
.include "../../converters/libiconv/buildlink2.mk"
|
|
.include "../../graphics/gdk-pixbuf/buildlink2.mk"
|
|
.include "../../lang/perl5/buildlink2.mk"
|
|
.include "../../x11/gnome-core/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|