84dceed952
The latter contains the unstable version 3 of mono, which breaks many mono packages. Bump dependencies and PKGREVISIONs. Ok during freeze: gdt@
21 lines
494 B
Makefile
21 lines
494 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/06/17 12:44:55 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= dbus-sharp-0.7.0
|
|
PKGREVISION= 2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://cloud.github.com/downloads/mono/dbus-sharp/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://mono.github.com/dbus-sharp/
|
|
COMMENT= D-Bus for .NET
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake pkg-config
|
|
USE_LANGUAGES= # none
|
|
|
|
PKGCONFIG_OVERRIDE+= dbus-sharp-1.0.pc.in
|
|
|
|
.include "../../lang/mono2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|