2003-01-03 04:49:50 +01:00
|
|
|
# New ports collection makefile for: gtk-sharp
|
|
|
|
# Date created: 2003-01-01
|
|
|
|
# Whom: Juli Mallett
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtk-sharp
|
2003-01-27 04:52:28 +01:00
|
|
|
PORTVERSION= 0.7
|
2003-02-08 00:51:28 +01:00
|
|
|
PORTREVISION= 1
|
2003-01-03 04:49:50 +01:00
|
|
|
CATEGORIES= x11-toolkits
|
2003-01-27 04:52:28 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gtk-sharp
|
2003-01-03 04:49:50 +01:00
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Gtk+ and GNOME interfaces for the .NET runtime
|
2003-01-03 04:49:50 +01:00
|
|
|
|
2003-05-06 09:13:41 +02:00
|
|
|
BROKEN= "Does not compile"
|
|
|
|
|
2003-01-03 04:49:50 +01:00
|
|
|
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
|
|
|
|
|
|
|
# XXX Should conditionalise all the different parts of gtk# maybe.
|
|
|
|
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
USE_GMAKE= yes
|
2003-04-27 00:30:26 +02:00
|
|
|
USE_GNOME= libgnomeui libgnomedb
|
2003-01-03 04:49:50 +01:00
|
|
|
MAKEFILE= makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|