blob: 0410ea315394ec029b5baba88b85af40e6b50fe1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# $NetBSD: Makefile,v 1.10 2015/09/12 20:03:01 tnn Exp $
#
DISTNAME= dbus-sharp-0.7.0
PKGREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= https://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
SUBST_CLASSES+= fix-mcs
SUBST_STAGE.fix-mcs= post-patch
SUBST_MESSAGE.fix-mcs= Fix compiler name
SUBST_FILES.fix-mcs= configure
SUBST_SED.fix-mcs= -e 's,gmcs,mcs,'
.include "../../lang/mono/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|