- Move to LOCALBASE
This commit is contained in:
parent
8f0657c0a1
commit
7fba08199b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=184168
2 changed files with 5 additions and 7 deletions
|
@ -3,12 +3,12 @@
|
|||
# Whom: Juli Mallett
|
||||
#
|
||||
# $FreeBSD$
|
||||
# $Id: Makefile,v 1.11 2005/12/03 04:03:18 tmclau02 Exp $
|
||||
# $Id: Makefile,v 1.13 2006/10/08 01:57:16 killfill Exp $
|
||||
#
|
||||
|
||||
PORTNAME= gtk-sharp
|
||||
PORTVERSION= 1.0.10
|
||||
PORTREVISION= 8
|
||||
PORTREVISION= 9
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= http://go-mono.com/sources/${PORTNAME}/
|
||||
|
||||
|
@ -18,7 +18,6 @@ COMMENT= GTK+ and GNOME interfaces for the .NET runtime
|
|||
BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
|
||||
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
|
||||
|
||||
USE_X_PREFIX= yes
|
||||
LATEST_LINK= gtk-sharp10
|
||||
GNU_CONFIGURE= yes
|
||||
INSTALLS_SHLIB= yes
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
GTK# is a port of Gtk+ 2 to the .NET runtime, written in C#. It provides
|
||||
access to both basic parts of GTK+ and other parts of the GNOME development
|
||||
environment.
|
||||
Gtk# provides C# bindings for Gnome libraries to the .NET runtime. This is
|
||||
a port for the older bindings which.
|
||||
|
||||
WWW: http://www.mono-project.com/using/relnotes/gtk-sharp-1.0.html
|
||||
WWW: http://www.mono-project.com/Gtk
|
||||
|
|
Loading…
Reference in a new issue