freebsd-ports/devel/dbus-sharp-glib/Makefile
Dan Langille c59052ead1 */*: return mono@ ports to the pool
The team previously known as mono has no active members.

I will send an email to ports@ in case anyone wants to pick up these
ports.
Approved by:	portmgr (bofh)
2023-07-25 13:14:13 +00:00

22 lines
549 B
Makefile

PORTNAME= dbus-sharp-glib
PORTVERSION= 0.6
DISTVERSIONPREFIX=v
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
COMMENT= D-Bus for .NET: GLib integration module
WWW= http://mono.github.com/dbus-sharp/
LICENSE= MIT
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-2.0.pc:devel/dbus-sharp
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-2.0.pc:devel/dbus-sharp
USES= autoreconf gmake pathfix pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= mono
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_GMCS=${LOCALBASE}/bin/mcs
.include <bsd.port.mk>