diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-15 11:15:56 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-10-15 11:15:56 +0000 |
commit | aebd64183a90d5494531213cc3e2f64ea3d49628 (patch) | |
tree | dd69ffe8b9b3c57b3cbd3b662028cd279fd12c4e /x11-toolkits | |
parent | 046ef4c75f8cc159dfd205de1ba836f8742b9533 (diff) | |
download | ports-aebd64183a90d5494531213cc3e2f64ea3d49628.tar.gz ports-aebd64183a90d5494531213cc3e2f64ea3d49628.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/notif2/Makefile | 26 | ||||
-rw-r--r-- | x11-toolkits/notif2/distinfo | 1 | ||||
-rw-r--r-- | x11-toolkits/notif2/pkg-comment | 1 | ||||
-rw-r--r-- | x11-toolkits/notif2/pkg-descr | 9 | ||||
-rw-r--r-- | x11-toolkits/notif2/pkg-plist | 7 |
6 files changed, 45 insertions, 0 deletions
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 0b0c55bd4f24..7b66dcc78ebd 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -61,6 +61,7 @@ SUBDIR += linux-gtk SUBDIR += linux-openmotif SUBDIR += neXtaw + SUBDIR += notif2 SUBDIR += open-motif SUBDIR += open-motif-devel SUBDIR += p5-GdkImlib diff --git a/x11-toolkits/notif2/Makefile b/x11-toolkits/notif2/Makefile new file mode 100644 index 000000000000..3534b9a1e60e --- /dev/null +++ b/x11-toolkits/notif2/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: notif2 +# Date Created: 31 August 2001 +# Whom: Cyrille Lefevre <clefevre@citeweb.net> +# +# $FreeBSD$ +# + +PORTNAME= notif2 +PORTVERSION= 1.0 +CATEGORIES= x11-toolkits +MASTER_SITES= ${MASTER_SITE_THEMES} +MASTER_SITE_SUBDIR= gtk +DISTNAME= Notif2-${PORTVERSION}-${GTKVERSION} + +MAINTAINER= ports@FreeBSD.org + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + +USE_X_PREFIX= yes +USE_GTK= yes +USE_LIBTOOL= yes +USE_GMAKE= yes + +GTKVERSION= 1.2 + +.include <bsd.port.mk> diff --git a/x11-toolkits/notif2/distinfo b/x11-toolkits/notif2/distinfo new file mode 100644 index 000000000000..aae5739756f9 --- /dev/null +++ b/x11-toolkits/notif2/distinfo @@ -0,0 +1 @@ +MD5 (Notif2-1.0-1.2.tar.gz) = e117977d4d15e070da519b431045b701 diff --git a/x11-toolkits/notif2/pkg-comment b/x11-toolkits/notif2/pkg-comment new file mode 100644 index 000000000000..7f3a13c2b7ea --- /dev/null +++ b/x11-toolkits/notif2/pkg-comment @@ -0,0 +1 @@ +The Notif2 GTK theme engine following the new Motif look and feel diff --git a/x11-toolkits/notif2/pkg-descr b/x11-toolkits/notif2/pkg-descr new file mode 100644 index 000000000000..c778a1e9f299 --- /dev/null +++ b/x11-toolkits/notif2/pkg-descr @@ -0,0 +1,9 @@ +A GTK Theme Engine. following the NEW look and feel of that ever so popular +widget set: Motif 2.x. + +This code derives from the thinice theme by Tim Gerla <timg@means.net> and +Tomas Ögren <stric@ing.umu.se>. + +Roberto Machorro <rmach@bigfoot.com> + +WWW: http://gtk.themes.org/themes.phtml?themeid=935252392 diff --git a/x11-toolkits/notif2/pkg-plist b/x11-toolkits/notif2/pkg-plist new file mode 100644 index 000000000000..99b260d5d50f --- /dev/null +++ b/x11-toolkits/notif2/pkg-plist @@ -0,0 +1,7 @@ +@comment $FreeBSD$ +lib/gtk/themes/engines/libnotif2.so +share/themes/Notif2/ICON.png +share/themes/Notif2/README.html +share/themes/Notif2/gtk/gtkrc +@dirrm share/themes/Notif2/gtk +@dirrm share/themes/Notif2 |