[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / sysutils / dbus-sharp

File: [cvs.NetBSD.org] / pkgsrc / sysutils / dbus-sharp / Makefile (download)

Revision 1.12, Mon Apr 11 19:01:38 2016 UTC (8 years ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2
Changes since 1.11: +2 -2 lines

Recursive revbump from textproc/icu 57.1

# $NetBSD: Makefile,v 1.12 2016/04/11 19:01:38 ryoon Exp $
#

DISTNAME=	dbus-sharp-0.7.0
PKGREVISION=	9
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"