15 lines
423 B
Makefile
15 lines
423 B
Makefile
# $NetBSD: Makefile,v 1.7 2002/12/24 09:35:54 tron Exp $
|
|
|
|
.include "../xchat/Makefile.common"
|
|
|
|
PKGNAME= ${DISTNAME:S/-/-gnome-/}
|
|
# Don't set "PKGREVISION" here, set it in "../xchat/Makefile.common".
|
|
CONFLICTS+= xchat-[0-9]*
|
|
COMMENT+= and GNOME libraries
|
|
|
|
CONFIGURE_ARGS+= --enable-panel
|
|
|
|
.include "../../graphics/gdk-pixbuf-gnome/buildlink2.mk"
|
|
.include "../../x11/gnome-core/buildlink2.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|