blob: 001c306974457eab7d4316fecb8cefa63223bd23 (
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
|
# New ports collection makefile for: gnome-sharp
# Date created: 20061025
# Whom: Tom McLaughlin <tmclaugh@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gnome-sharp
PORTVERSION= 2.24.2
CATEGORIES= x11-toolkits
MASTER_SITES= GNOME
MAINTAINER= mono@FreeBSD.org
COMMENT= GNOME interfaces for the .NET runtime
LATEST_LINK= gnome-sharp20
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GMAKE= yes
USE_PERL5_RUN= yes
USE_GNOME= gnomehack gnomepanel gtksharp20 librsvg2 vte libgnomeprintui \
libgnomeui
MAKE_JOBS_UNSAFE= yes
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>
|