2005-09-29 06:56:42 +02:00
|
|
|
# New ports collection makefile for: gtk-sharp
|
|
|
|
# Date created: 2003-01-01
|
|
|
|
# Whom: Juli Mallett
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
2007-10-23 05:26:43 +02:00
|
|
|
# $Id: Makefile,v 1.27 2007/10/03 00:48:49 killfill Exp $
|
2005-09-29 06:56:42 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtk-sharp
|
- Update lang/mono to 2.6.4;
- Update a bunch of C# ports as well (audio/taglib-sharp, deskutils/tomboy,
devel/mono-tools, devel/monodevelop, devel/monodevelop-boo,
devel/monodevelop-database, devel/monodevelop-java, devel/monodevelop-vala,
graphics/f-spot, lang/boo [1], lang/mono-basic, mail/gmime24, gmime24-sharp,
multimedia/banshee, multimedia/banshee-mirage, multimedia/moonlight,
www/mod_mono, www/webkit-sharp, www/xsp, x11-toolkits/gnome-desktop-sharp20,
x11-toolkits/gtk-sharp20, x11-toolkits/libgdiplus).
PR: ports/143657 [1]
Submitted by: glewis [1]
2010-06-01 14:41:30 +02:00
|
|
|
PORTVERSION= 2.12.10
|
2005-09-29 06:56:42 +02:00
|
|
|
CATEGORIES= x11-toolkits
|
2009-02-09 10:00:01 +01:00
|
|
|
MASTER_SITES= GNOME
|
2005-09-29 06:56:42 +02:00
|
|
|
|
2009-02-09 10:00:01 +01:00
|
|
|
MAINTAINER= mono@FreeBSD.org
|
2005-09-29 06:56:42 +02:00
|
|
|
COMMENT= GTK+ and GNOME interfaces for the .NET runtime
|
|
|
|
|
2009-06-22 09:55:50 +02:00
|
|
|
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
2005-11-10 05:25:12 +01:00
|
|
|
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono \
|
2006-04-23 23:01:48 +02:00
|
|
|
${SITE_PERL}/${PERL_ARCH}/XML/LibXML.pm:${PORTSDIR}/textproc/p5-XML-LibXML
|
2005-09-29 06:56:42 +02:00
|
|
|
|
|
|
|
LATEST_LINK= gtk-sharp20
|
2007-02-04 23:05:01 +01:00
|
|
|
USE_BZIP2= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-02-04 23:31:15 +01:00
|
|
|
USE_LDCONFIG= yes
|
2005-09-29 06:56:42 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5_RUN= yes
|
2007-02-04 23:05:01 +01:00
|
|
|
USE_GNOME= gnomehack gtk20 libglade2
|
2005-09-29 06:56:42 +02:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|^#!/usr/bin/perl|#!${PERL}|'
|
|
|
|
|
2005-11-10 05:25:12 +01:00
|
|
|
.include "${.CURDIR}/../../lang/mono/bsd.mono.mk"
|
2005-09-29 06:56:42 +02:00
|
|
|
.include <bsd.port.mk>
|