2013-09-21 01:57:47 +02:00
|
|
|
# Created by: Tom McLaughlin <tmclaugh@FreeBSD.org>
|
2007-02-04 23:15:36 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gnome-sharp
|
2011-06-12 21:06:25 +02:00
|
|
|
PORTVERSION= 2.24.2
|
2014-10-02 15:23:11 +02:00
|
|
|
PORTREVISION= 4
|
2007-02-04 23:15:36 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2007-02-04 23:15:36 +01:00
|
|
|
|
2009-02-09 10:00:01 +01:00
|
|
|
MAINTAINER= mono@FreeBSD.org
|
2007-02-04 23:15:36 +01:00
|
|
|
COMMENT= GNOME interfaces for the .NET runtime
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2014-08-29 11:18:02 +02:00
|
|
|
USES= gmake libtool mono pathfix perl5 pkgconfig tar:bzip2
|
2013-09-02 11:36:29 +02:00
|
|
|
USE_PERL5= run
|
2014-10-02 15:23:11 +02:00
|
|
|
USE_GNOME= gnomevfs2 gtksharp20 librsvg2 vte libgnomeprintui libgnomeui
|
2009-11-18 23:39:55 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2014-04-22 14:24:29 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2007-02-04 23:15:36 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|^#!/usr/bin/perl|#!${PERL}|'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|