1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/x11-toolkits/gnome-desktop-sharp20/Makefile
Florent Thoumie c1f23cd26d - Update lang/mono to 2.0.1.
- Also update a bunch of c-sharp ports to their latest version.
- Change maintainership to mono@FreeBSD.org.

PR:		ports/129724
Submitted by:	Phillip Neumann, Romain Tartiere (bsd-sharp team)
2009-02-09 09:00:01 +00:00

31 lines
768 B
Makefile

# New ports collection makefile for: gnome-sharp
# Date created: 20070531
# Whom: pneumann@gmail.com
#
# $FreeBSD$
#
PORTNAME= gnome-desktop-sharp
PORTVERSION= 2.24.0
PORTREVISION= 3
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
USE_GMAKE= yes
USE_PERL5_RUN= yes
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>