diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview-reference/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview/Makefile | 12 | ||||
-rw-r--r-- | x11-toolkits/gtksourceview/pkg-plist | 22 |
4 files changed, 14 insertions, 24 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index ef4bac32f34f..e1eda2e6e930 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -66,6 +66,7 @@ SUBDIR += gtkmm24 SUBDIR += gtkscintilla SUBDIR += gtksourceview + SUBDIR += gtksourceview-reference SUBDIR += gtksourceview-sharp SUBDIR += gtoolkit SUBDIR += guile-gnome diff --git a/x11-toolkits/gtksourceview-reference/Makefile b/x11-toolkits/gtksourceview-reference/Makefile new file mode 100644 index 000000000000..e757abc87105 --- /dev/null +++ b/x11-toolkits/gtksourceview-reference/Makefile @@ -0,0 +1,3 @@ +# $FreeBSD$ + +.include "${.CURDIR}/../../devel/glib20-reference/bsd.gnome-reference.mk" diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile index 403eee9a8fa9..576f55c18cbf 100644 --- a/x11-toolkits/gtksourceview/Makefile +++ b/x11-toolkits/gtksourceview/Makefile @@ -17,15 +17,23 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A text widget that adds syntax highlighting to the GtkTextView widget USE_BZIP2= yes +PREFIX?= ${X11BASE} + +.if !defined(REFERENCE_PORT) + +PORTREVISION= 1 + USE_GETTEXT= yes -USE_X_PREFIX= yes +USE_XLIB= yes USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 INSTALLS_SHLIB= yes USE_GNOME= gnomeprefix gnomehack libgnome libgnomeprintui intlhack \ - ltverhack + ltverhack referencehack CONFIGURE_ARGS= --enable-compile-warnings=no CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lgnuregex" .include <bsd.port.mk> + +.endif diff --git a/x11-toolkits/gtksourceview/pkg-plist b/x11-toolkits/gtksourceview/pkg-plist index 71e28a5d925d..ca2c4df5b15b 100644 --- a/x11-toolkits/gtksourceview/pkg-plist +++ b/x11-toolkits/gtksourceview/pkg-plist @@ -15,27 +15,6 @@ lib/libgtksourceview-1.0.la lib/libgtksourceview-1.0.so lib/libgtksourceview-1.0.so.0 libdata/pkgconfig/gtksourceview-1.0.pc -%%DOCSDIR%%/GtkSourceBuffer.html -%%DOCSDIR%%/GtkSourceLanguage.html -%%DOCSDIR%%/GtkSourceLanguagesManager.html -%%DOCSDIR%%/GtkSourcePrintJob.html -%%DOCSDIR%%/GtkSourceStyleScheme.html -%%DOCSDIR%%/GtkSourceTag.html -%%DOCSDIR%%/GtkSourceTagTable.html -%%DOCSDIR%%/GtkSourceView.html -%%DOCSDIR%%/gtksourceview-GtkSourceMarker.html -%%DOCSDIR%%/gtksourceview-GtkSourceTagStyle.html -%%DOCSDIR%%/gtksourceview-Searching-in-a-GtkSourceBuffer.html -%%DOCSDIR%%/gtksourceview.devhelp -%%DOCSDIR%%/gtksourceview.devhelp2 -%%DOCSDIR%%/home.png -%%DOCSDIR%%/index.html -%%DOCSDIR%%/index.sgml -%%DOCSDIR%%/left.png -%%DOCSDIR%%/right.png -%%DOCSDIR%%/rn01.html -%%DOCSDIR%%/style.css -%%DOCSDIR%%/up.png share/gnome/gtksourceview-1.0/language-specs/R.lang share/gnome/gtksourceview-1.0/language-specs/ada.lang share/gnome/gtksourceview-1.0/language-specs/c.lang @@ -147,6 +126,5 @@ share/locale/zh_TW/LC_MESSAGES/gtksourceview-1.0.mo @dirrmtry share/locale/dz @dirrm share/gnome/gtksourceview-1.0/language-specs @dirrm share/gnome/gtksourceview-1.0 -@dirrm %%DOCSDIR%% @dirrm include/gtksourceview-1.0/gtksourceview @dirrm include/gtksourceview-1.0 |