22 lines
464 B
Makefile
22 lines
464 B
Makefile
# New ports collection makefile for: gio-sharp
|
|
# Date created: 2011-04-26
|
|
# Whom: Romain Tartiere <romain@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gio-sharp
|
|
PORTVERSION= 2.22.3
|
|
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
|
|
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
USE_GNOME= gnomehack gtksharp20
|
|
|
|
.include <bsd.port.mk>
|