aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom McLaughlin <tmclaugh@FreeBSD.org>2005-09-29 03:36:25 +0000
committerTom McLaughlin <tmclaugh@FreeBSD.org>2005-09-29 03:36:25 +0000
commit97ae1d50aca5272c4054eca6292c130b4a6aad05 (patch)
tree42b2782336988ed22fe65ba9e2269a3e0d11cf60
parent463719f29e5923c6241196fb67582a5431960c61 (diff)
downloadports-97ae1d50aca5272c4054eca6292c130b4a6aad05.tar.gz
ports-97ae1d50aca5272c4054eca6292c130b4a6aad05.zip
- Enable gtk-sharp10 and gtk-sharp20 in the ports tree.
- gtk-sharp has been repo-copied to gtk-sharp10 and gtk-sharp-devel has been repo-copied to gtk-sharp20 so both ports reflect their respective GTK# API versions. Approved by: ahze (mentor)
Notes
Notes: svn path=/head/; revision=143738
-rw-r--r--MOVED2
-rw-r--r--x11-toolkits/Makefile2
-rw-r--r--x11-toolkits/gtk-sharp10/Makefile1
-rw-r--r--x11-toolkits/gtk-sharp20/Makefile1
4 files changed, 6 insertions, 0 deletions
diff --git a/MOVED b/MOVED
index 45518979c8ff..0ae119466b89 100644
--- a/MOVED
+++ b/MOVED
@@ -1627,3 +1627,5 @@ net/openldap23-sasl-server||2005-09-15|Is no longer needed as separated port
audio/py-libtunepimp||2005-09-21|audio/libtunepimp rolled back to version 0.3.0 and the bindings do not work at that version
devel/libunrar|archivers/libunrar|2005-09-23|corrected category
www/gecko-sharp|www/gecko-sharp10|2005-09-25|renamed to reflect API version
+x11-toolkits/gtk-sharp|x11-toolkits/gtk-sharp10|2005-09-28|renamed to reflect API version
+x11-toolkits/gtk-sharp-devel|x11-toolkits/gtk-sharp20|2005-09-28|renamed to reflect API version
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index f138fed1ac31..dd8221057ccf 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -44,6 +44,8 @@
SUBDIR += gtk--2
SUBDIR += gtk-sharp
SUBDIR += gtk-sharp-devel
+ SUBDIR += gtk-sharp10
+ SUBDIR += gtk-sharp20
SUBDIR += gtk12
SUBDIR += gtk12-apireference
SUBDIR += gtk20
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile
index da627a328ba8..1b8cb128f927 100644
--- a/x11-toolkits/gtk-sharp10/Makefile
+++ b/x11-toolkits/gtk-sharp10/Makefile
@@ -19,6 +19,7 @@ BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
USE_X_PREFIX= yes
+LATEST_LINK= gtk-sharp10
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
diff --git a/x11-toolkits/gtk-sharp20/Makefile b/x11-toolkits/gtk-sharp20/Makefile
index 795f58018cc9..ee2395e9e388 100644
--- a/x11-toolkits/gtk-sharp20/Makefile
+++ b/x11-toolkits/gtk-sharp20/Makefile
@@ -21,6 +21,7 @@ BUILD_DEPENDS= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS= mono:${PORTSDIR}/lang/mono
USE_X_PREFIX= yes
+LATEST_LINK= gtk-sharp20
USE_LIBTOOL_VER=15
USE_REINPLACE= yes
INSTALLS_SHLIB= yes