blob: d04f6bf214c2394d84e8bf1c71c11660e2fc1cc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.12 2010/09/14 11:02:38 wiz Exp $
#
PKG_DESTDIR_SUPPORT= user-destdir
.include "../../net/wistumbler2/Makefile.common"
PKGNAME= ${DISTNAME:S/wistumbler2-/wistumbler2-gtk-/}
PKGREVISION= 6
CONFLICTS+= wistumbler2-[0-9]*
USE_TOOLS+= pkg-config
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|