2003-01-03 04:49:50 +01:00
|
|
|
# New ports collection makefile for: gtk-sharp
|
|
|
|
# Date created: 2003-01-01
|
|
|
|
# Whom: Juli Mallett
|
|
|
|
#
|
2004-12-10 20:56:01 +01:00
|
|
|
# $Id: Makefile,v 1.10 2004/12/09 04:45:12 tmclau02 Exp $
|
2003-01-03 04:49:50 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtk-sharp
|
2004-11-26 06:44:10 +01:00
|
|
|
PORTVERSION= 1.0.4
|
2005-01-10 00:47:57 +01:00
|
|
|
PORTREVISION= 2
|
2003-01-03 04:49:50 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2004-11-26 06:44:10 +01:00
|
|
|
MASTER_SITES= http://www.go-mono.com/archive/${PORTVERSION}/
|
2003-01-03 04:49:50 +01:00
|
|
|
|
2005-02-16 22:05:55 +01:00
|
|
|
MAINTAINER= bsd-sharp-list@forge.novell.com
|
2004-06-20 22:13:06 +02:00
|
|
|
COMMENT= GTK+ and GNOME interfaces for the .NET runtime
|
2003-01-03 04:49:50 +01:00
|
|
|
|
2004-06-20 22:13:06 +02:00
|
|
|
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2003-01-03 04:49:50 +01:00
|
|
|
|
2004-11-26 06:44:10 +01:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_LIBTOOL_VER=15
|
2003-12-15 22:41:38 +01:00
|
|
|
USE_REINPLACE= yes
|
2003-01-03 04:49:50 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
USE_GMAKE= yes
|
2004-06-20 22:13:06 +02:00
|
|
|
USE_PERL5_RUN= yes
|
2004-04-22 04:26:22 +02:00
|
|
|
USE_GNOME= gnomehack libgnomedb gtkhtml3 vte librsvg2
|
2003-12-15 22:41:38 +01:00
|
|
|
|
2004-12-10 20:56:01 +01:00
|
|
|
MAKE_ENV=MONO_SHARED_DIR=${WRKDIR}
|
|
|
|
|
2003-12-15 22:41:38 +01:00
|
|
|
post-patch:
|
2004-07-15 00:44:23 +02:00
|
|
|
@${FIND} ${WRKSRC} -name '*.pl' | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's|^#!/usr/bin/perl|#!${PERL}|'
|
2004-06-20 23:35:57 +02:00
|
|
|
|
2003-01-03 04:49:50 +01:00
|
|
|
.include <bsd.port.mk>
|