blob: 08c16a0aa42b103a03a1bed95812696a86fc7e30 (
plain)
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
36
|
# Created by: Tom McLaughlin <tmclaugh@FreeBSD.org>
# $FreeBSD$
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>
|