pkgsrc/sysutils/dbus-sharp/Makefile
jperkin 5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00

27 lines
688 B
Makefile

# $NetBSD: Makefile,v 1.18 2018/07/04 13:40:37 jperkin Exp $
#
DISTNAME= dbus-sharp-0.7.0
PKGREVISION= 14
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= pre-configure
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"