Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,8 +1,8 @@
# $NetBSD: Makefile,v 1.6 2014/10/07 16:47:14 adam Exp $
# $NetBSD: Makefile,v 1.9 2015/05/23 06:44:58 kefren Exp $
#
DISTNAME= dbus-sharp-0.7.0
PKGREVISION= 5
PKGREVISION= 7
CATEGORIES= sysutils
MASTER_SITES= http://cloud.github.com/downloads/mono/dbus-sharp/
@@ -17,5 +17,11 @@ USE_LANGUAGES= # none
PKGCONFIG_OVERRIDE+= dbus-sharp-1.0.pc.in
.include "../../lang/mono2/buildlink3.mk"
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"