26 lines
666 B
Makefile
26 lines
666 B
Makefile
# $NetBSD: Makefile,v 1.21 2015/10/10 01:58:19 ryoon Exp $
|
|
|
|
DISTNAME= ndesk-dbus-0.6.1a
|
|
PKGREVISION= 16
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.ndesk.org/archive/ndesk-dbus/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.ndesk.org/DBusSharp
|
|
COMMENT= C\# implementation of dbus
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
|
|
DEPENDS+= dbus>=1.0:../../sysutils/dbus
|
|
|
|
PKGCONFIG_OVERRIDE+= ndesk-dbus-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"
|