diff options
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-qn-x11-theme/Makefile | 24 | ||||
-rw-r--r-- | x11-toolkits/gtk-qn-x11-theme/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-qn-x11-theme/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/gtk-qn-x11-theme/pkg-descr | 3 | ||||
-rw-r--r-- | x11-toolkits/gtk-qn-x11-theme/pkg-plist | 6 |
6 files changed, 36 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 0062d132d16f..2d99a6d548e5 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -25,6 +25,7 @@ SUBDIR += gtk-engines SUBDIR += gtk-engines-collection SUBDIR += gtk-flat-theme + SUBDIR += gtk-qn-x11-theme SUBDIR += gtk12 SUBDIR += gtk13 SUBDIR += gtkada diff --git a/x11-toolkits/gtk-qn-x11-theme/Makefile b/x11-toolkits/gtk-qn-x11-theme/Makefile new file mode 100644 index 000000000000..3c343090560f --- /dev/null +++ b/x11-toolkits/gtk-qn-x11-theme/Makefile @@ -0,0 +1,24 @@ +# New ports collection makefile for: gtk-qn-x11-theme +# Date Created: 16 March 2001 +# Whom: olgeni@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= gtk-qn-x11-theme +PORTVERSION= 0.1 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_THEMES} +MASTER_SITE_SUBDIR= gtk +DISTNAME= qn-x11-1.2.x + +MAINTAINER= olgeni@FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_X_PREFIX= yes +USE_GTK= yes +USE_LIBTOOL= yes +USE_GMAKE= yes + +.include <bsd.port.mk> diff --git a/x11-toolkits/gtk-qn-x11-theme/distinfo b/x11-toolkits/gtk-qn-x11-theme/distinfo new file mode 100644 index 000000000000..267012057547 --- /dev/null +++ b/x11-toolkits/gtk-qn-x11-theme/distinfo @@ -0,0 +1 @@ +MD5 (qn-x11-1.2.x.tar.gz) = 8dbaba430866992ad3bf8977f564a446 diff --git a/x11-toolkits/gtk-qn-x11-theme/pkg-comment b/x11-toolkits/gtk-qn-x11-theme/pkg-comment new file mode 100644 index 000000000000..8947faf2b2e1 --- /dev/null +++ b/x11-toolkits/gtk-qn-x11-theme/pkg-comment @@ -0,0 +1 @@ +The QN-X11 GTK theme engine diff --git a/x11-toolkits/gtk-qn-x11-theme/pkg-descr b/x11-toolkits/gtk-qn-x11-theme/pkg-descr new file mode 100644 index 000000000000..cd7d563424e3 --- /dev/null +++ b/x11-toolkits/gtk-qn-x11-theme/pkg-descr @@ -0,0 +1,3 @@ +The QN-X11 GTK theme engine. + +WWW: http://gtk.themes.org/themes.phtml?themeid=984373474 diff --git a/x11-toolkits/gtk-qn-x11-theme/pkg-plist b/x11-toolkits/gtk-qn-x11-theme/pkg-plist new file mode 100644 index 000000000000..d49ef279805c --- /dev/null +++ b/x11-toolkits/gtk-qn-x11-theme/pkg-plist @@ -0,0 +1,6 @@ +lib/gtk/themes/engines/libqnx.so +share/themes/QN-X11/ICON.png +share/themes/QN-X11/README.html +share/themes/QN-X11/gtk/gtkrc +@dirrm share/themes/QN-X11/gtk +@dirrm share/themes/QN-X11 |