aboutsummaryrefslogtreecommitdiff
path: root/devel/mono-addins/Makefile
blob: b4882397a4f61ff5e7039de20b2de79024985a34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
PORTNAME=	mono-addins
PORTVERSION=	1.3
PORTREVISION=	1
DISTVERSIONPREFIX=	${PORTNAME}-
CATEGORIES=	devel

MAINTAINER=	mono@FreeBSD.org
COMMENT=	Mono framework to create extensible applications

LICENSE=	MIT

USE_GITHUB=	yes
GH_ACCOUNT=	mono

GNU_CONFIGURE=	yes
CONFIGURE_ENV=	ac_cv_path_MCS=${LOCALBASE}/bin/mcs
USES=		autoreconf gmake gnome mono pkgconfig

OPTIONS_DEFINE=	GTK2 GTK3
OPTIONS_DEFAULT=GTK2
OPTIONS_SUB=	yes

GTK2_USE=	GNOME=gtksharp20
GTK2_CONFIGURE_ENABLE=	gui

#GTK3_USE=	GNOME=gtksharp30
GTK3_CONFIGURE_ENABLE=	gui-gtk3

PLIST_SUB+=	VER=1.0.0

.include <bsd.port.mk>