2013-09-05 21:29:18 +02:00
|
|
|
# Created by: pneumann@gmail.com
|
2009-02-09 10:00:01 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gnome-desktop-sharp
|
2009-06-22 09:55:50 +02:00
|
|
|
PORTVERSION= 2.26.0
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 7
|
2009-02-09 10:00:01 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
|
|
|
MASTER_SITES= GNOME
|
|
|
|
|
|
|
|
MAINTAINER= mono@FreeBSD.org
|
|
|
|
COMMENT= GNOME desktop interfaces for the .NET runtime
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LDCONFIG= yes
|
2014-04-11 14:44:06 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2014-05-26 15:29:39 +02:00
|
|
|
USES= gmake mono perl5 pathfix pkgconfig tar:bzip2
|
2013-09-02 11:36:29 +02:00
|
|
|
USE_PERL5= run
|
2014-04-11 14:44:06 +02:00
|
|
|
USE_GNOME= gnomepanel gtkhtml3 gtksharp20 gnomesharp20 librsvg2 vte \
|
|
|
|
libgnomeprintui gtksourceview2 gnomepanel libwnck
|
2009-02-09 10:00:01 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|^#!/usr/bin/perl|#!${PERL}|'
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|