blob: 2df4c8dd4be98ae9697f0a977515c04d7837d28b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# $NetBSD: Makefile,v 1.3 2002/09/21 23:53:13 jlam Exp $
.include "../xchat/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-gnome-/}
PKGREVISION= 1
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"
|