aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/gnome-sharp20/Makefile
blob: 1bc4c49f75160387ccce5e4f4727524fe698fe3a (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
32
33
34
35
# Created by: Tom McLaughlin <tmclaugh@FreeBSD.org>

PORTNAME=	gnome-sharp
PORTVERSION=	2.24.4
PORTREVISION=	4
CATEGORIES=	x11-toolkits

MAINTAINER=	mono@FreeBSD.org
COMMENT=	GNOME interfaces for the .NET runtime

LICENSE=	LGPL21
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libpopt.so:devel/popt \
		libfontconfig.so:x11-fonts/fontconfig \
		libfreetype.so:print/freetype2

USES=		autoreconf gmake gnome libtool mono pathfix perl5 pkgconfig \
		shebangfix tar:bzip2 xorg
USE_LDCONFIG=	yes
USE_GITHUB=	yes
USE_GNOME=	cairo gnomevfs2 gtksharp20 librsvg2 vte libgnomeui
USE_PERL5=	run
USE_XORG=	ice sm
SHEBANG_GLOB=	*.pl

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip

GH_ACCOUNT=	mono

pre-configure:
	(cd ${WRKSRC}; ./bootstrap-2.24)

.include <bsd.port.mk>