blob: 19d05c0820ab0c3d734e7d3dbcbdd3df720db06c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.10 2003/11/12 01:31:47 salo Exp $
.include "../everybuddy/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-gnome-/}
PKGREVISION= 7
CONFLICTS+= everybuddy-[0-9]*
COMMENT+= with GNOME support
CONFIGURE_ARGS+= --enable-panel
.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|