freebsd-ports/devel/gio-sharp/Makefile

21 lines
463 B
Makefile
Raw Normal View History

# Created by: Romain Tartiere <romain@FreeBSD.org>
# $FreeBSD$
PORTNAME= gio-sharp
PORTVERSION= 2.22.3
2012-06-01 07:26:28 +02:00
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= http://ftp.novell.com/pub/mono/sources/${PORTNAME}/
MAINTAINER= mono@FreeBSD.org
COMMENT= GIO bindings not available in gtk-sharp
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_CSC=${LOCALBASE}/bin/mcs
2014-04-10 21:22:50 +02:00
USES= gmake pathfix pkgconfig tar:bzip2
USE_GNOME= gtksharp20
MAKE_JOBS_UNSAFE=yes
.include <bsd.port.mk>