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)
19 lines
448 B
Makefile
19 lines
448 B
Makefile
PORTNAME= gio-sharp
|
|
PORTVERSION= 2.22.3
|
|
PORTREVISION= 2
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://download.mono-project.com/sources/${PORTNAME}/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= GIO bindings not available in gtk-sharp
|
|
WWW= https://github.com/mono/gio-sharp
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= ac_cv_path_CSC=${LOCALBASE}/bin/mcs
|
|
USES= gmake gnome pathfix pkgconfig tar:bzip2
|
|
USE_GNOME= gtksharp20
|
|
|
|
MAKE_JOBS_UNSAFE=yes
|
|
|
|
.include <bsd.port.mk>
|