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
|
2009-06-22 09:55:50 +02:00
|
|
|
PORTVERSION= 2.12.9
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 3
|
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>
|