diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-15 21:41:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-12-15 21:41:38 +0000 |
commit | 0a9455e3c063826cf5ada5984503d823e10b40c0 (patch) | |
tree | f772e98b65f49effc3751a5b55322f8fb67520a3 /x11-toolkits/gtk-sharp10 | |
parent | 5059990708ea4f0c566c19196eca096f0a392842 (diff) | |
download | ports-0a9455e3c063826cf5ada5984503d823e10b40c0.tar.gz ports-0a9455e3c063826cf5ada5984503d823e10b40c0.zip |
Notes
Diffstat (limited to 'x11-toolkits/gtk-sharp10')
-rw-r--r-- | x11-toolkits/gtk-sharp10/Makefile | 18 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp10/distinfo | 2 | ||||
-rw-r--r-- | x11-toolkits/gtk-sharp10/pkg-plist | 6 |
3 files changed, 17 insertions, 9 deletions
diff --git a/x11-toolkits/gtk-sharp10/Makefile b/x11-toolkits/gtk-sharp10/Makefile index f2c3fb07a596..1c61c9e5b5bb 100644 --- a/x11-toolkits/gtk-sharp10/Makefile +++ b/x11-toolkits/gtk-sharp10/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk-sharp -PORTVERSION= 0.11 +PORTVERSION= 0.14 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gtk-sharp @@ -14,14 +14,20 @@ MASTER_SITE_SUBDIR= gtk-sharp MAINTAINER= gnome@FreeBSD.org COMMENT= Gtk+ and GNOME interfaces for the .NET runtime -BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono -LIB_DEPENDS+= pgeasy.2:${PORTSDIR}/databases/postgresql72 - -# XXX Should conditionalise all the different parts of gtk# maybe. +BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono \ + gst-launch:${PORTSDIR}/multimedia/gstreamer +RUN_DEPENDS+= ${BUILD_DEPENDS} USE_LIBTOOL= yes +USE_REINPLACE= yes INSTALLS_SHLIB= yes USE_GMAKE= yes -USE_GNOME= gnomehack libgda2 libgnomeui libgnomedb +USE_GNOME= gnomehack libgda2 libgnomeui libgnomedb libgtkhtml + +post-patch: + @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \ + ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e 's|lib/pkgconfig|libdata/pkgconfig|g' \ + ${WRKSRC}/parser/Makefile.in .include <bsd.port.mk> diff --git a/x11-toolkits/gtk-sharp10/distinfo b/x11-toolkits/gtk-sharp10/distinfo index 260437f3f291..b39583c9b718 100644 --- a/x11-toolkits/gtk-sharp10/distinfo +++ b/x11-toolkits/gtk-sharp10/distinfo @@ -1 +1 @@ -MD5 (gtk-sharp-0.11.tar.gz) = c8375382ca7af9fc26f05d17db9df330 +MD5 (gtk-sharp-0.14.tar.gz) = bad1f3b208c69eddf2540132ce6b550d diff --git a/x11-toolkits/gtk-sharp10/pkg-plist b/x11-toolkits/gtk-sharp10/pkg-plist index fac7cd3ff8c9..a3e5e4b0035f 100644 --- a/x11-toolkits/gtk-sharp10/pkg-plist +++ b/x11-toolkits/gtk-sharp10/pkg-plist @@ -1,3 +1,7 @@ +bin/gapi-codegen +bin/gapi-fixup +bin/gapi-fixup.exe +bin/gapi-parser bin/gapi.pl bin/gapi2xml.pl bin/gapi_codegen.exe @@ -16,7 +20,6 @@ lib/glib-sharp.dll lib/gnome-sharp.dll lib/gnomedb-sharp.dll lib/gtk-sharp.dll -lib/libgtksharpglue.a lib/libgtksharpglue.so lib/pango-sharp.dll lib/rsvg-sharp.dll @@ -30,7 +33,6 @@ share/gapi/gdk-symbols.xml share/gapi/glade-api.xml share/gapi/gnome-api.xml share/gapi/gnomedb-api.xml -share/gapi/gst-api.xml share/gapi/gtk-api.xml share/gapi/gtk-symbols.xml share/gapi/pango-api.xml |