blob: 65df57199e831e2d07e7846139e71d05d354bfcd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# $NetBSD: Makefile,v 1.5 2002/12/24 06:09:45 wiz Exp $
.include "../everybuddy/Makefile.common"
PKGNAME= ${DISTNAME:S/-/-gnome-/}
PKGREVISION= 3
CONFLICTS+= everybuddy-[0-9]*
COMMENT+= with GNOME support
USE_BUILDLINK2= yes
CONFIGURE_ARGS+= --enable-panel
.include "../../x11/gnome-core/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|