summaryrefslogtreecommitdiff
path: root/x11-toolkits/gnome-desktop-sharp20/Makefile
blob: d8d8d372f4a0a9c06389633dc24b10826e560487 (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
# Created by: pneumann@gmail.com
# $FreeBSD$

PORTNAME=	gnome-desktop-sharp
PORTVERSION=	2.26.0
PORTREVISION=	7
CATEGORIES=	x11-toolkits
MASTER_SITES=	GNOME

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

USE_BZIP2=	yes
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes
USES=		gmake perl5 pkgconfig
USE_PERL5=	run
USE_GNOME=	gnomehack gnomepanel gtkhtml3 gtksharp20 gnomesharp20 librsvg2 vte \
		libgnomeprintui gtksourceview2 gnomepanel libwnck nautiluscdburner

post-patch:
	@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
		's|^#!/usr/bin/perl|#!${PERL}|'

.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
.include <bsd.port.mk>