Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# $NetBSD: Makefile,v 1.1 2013/06/10 12:03:52 obache Exp $
#
DISTNAME= dbus-sharp-glib-0.5.0
CATEGORIES= sysutils
MASTER_SITES= http://cloud.github.com/downloads/mono/dbus-sharp/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://github.com/mono/dbus-sharp-glib
COMMENT= D-Bus for .Net GLib integration module
LICENSE= mit
GNU_CONFIGURE= yes
USE_LANGUAGES= # none
USE_TOOLS+= gmake pkg-config
PKGCONFIG_OVERRIDE+= dbus-sharp-glib-1.0.pc.in
.include "../../sysutils/dbus-sharp/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"