blob: 920da64ed40a9dc5e394fc445c7328c9d231fc20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: Makefile,v 1.11 2004/01/03 18:49:35 reed Exp $
.include "../everybuddy/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-gnome-/}
PKGREVISION= 8
CONFLICTS+= everybuddy-[0-9]*
COMMENT+= with GNOME support
CONFIGURE_ARGS+= --enable-panel
.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|