summaryrefslogtreecommitdiff
path: root/x11-toolkits/gtk-sharp-beans/Makefile
blob: f0ba88c61a31706fa257b84129323ecc5eb5f38f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	gtk-sharp-beans
PORTVERSION=	2.14.1
PORTREVISION=	1
CATEGORIES=	x11-toolkits
MASTER_SITES=	http://download.mono-project.com/sources/${PORTNAME}/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Extensions on top of GTK-sharp
WWW=		http://gitorious.org/gtk-sharp-beans

LICENSE=	LGPL21

BUILD_DEPENDS=	${LOCALBASE}/libdata/pkgconfig/gio-sharp-2.0.pc:devel/gio-sharp
RUN_DEPENDS:=	${BUILD_DEPENDS}

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	ac_cv_path_CSC=${LOCALBASE}/bin/mcs
USES=		gmake pathfix pkgconfig tar:bzip2
MAKE_JOBS_UNSAFE=yes

.include <bsd.port.mk>