2003-01-03 04:49:50 +01:00
|
|
|
# New ports collection makefile for: gtk-sharp
|
|
|
|
# Date created: 2003-01-01
|
|
|
|
# Whom: Juli Mallett
|
|
|
|
#
|
2005-04-03 08:51:26 +02:00
|
|
|
# $Id: Makefile,v 1.15 2005/03/26 22:41:35 mezz7 Exp $
|
2003-01-03 04:49:50 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtk-sharp
|
2005-04-03 08:51:26 +02:00
|
|
|
PORTVERSION= 1.0.8
|
2003-01-03 04:49:50 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2005-04-03 08:51:26 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
2003-01-03 04:49:50 +01:00
|
|
|
|
2005-04-03 08:51:26 +02: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>
|