freebsd-ports/devel/dbus-sharp-glib/Makefile
Mathieu Arnold d83ff1e42e Never set WRKSRC when using USE_GITHUB.
If you want to set WRKSRC, set GH_PROJECT instead.
- The GitHub URLs are case insensitive, but the distribution files you
  get out of them are not.
- If the repository was renamed, the old URL will still work, but the
  distribution name will be ith the new name.

Sponsored by:	Absolight
2017-01-03 18:12:13 +00:00

21 lines
495 B
Makefile

# $FreeBSD$
PORTNAME= dbus-sharp-glib
PORTVERSION= 0.5.0
CATEGORIES= devel
MASTER_SITES= GHC
MAINTAINER= mono@FreeBSD.org
COMMENT= D-Bus for .NET: GLib integration module
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-1.0.pc:devel/dbus-sharp
RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dbus-sharp-1.0.pc:devel/dbus-sharp
USES= 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>