diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-10-15 19:15:56 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-10-15 19:15:56 +0800 |
commit | 277a52cc8aee7f3c01baaaf9478f6dc42640da18 (patch) | |
tree | 51d8fe323c197d245f75319febf708370221e5bd /x11-themes/notif2 | |
parent | 0884b688fe0c137d7a521a0a4b2ce5fd18c40d8a (diff) | |
download | freebsd-ports-graphics-277a52cc8aee7f3c01baaaf9478f6dc42640da18.tar.gz freebsd-ports-graphics-277a52cc8aee7f3c01baaaf9478f6dc42640da18.tar.zst freebsd-ports-graphics-277a52cc8aee7f3c01baaaf9478f6dc42640da18.zip |
add notif2
The Notif2 GTK theme engine following the new Motif look and feel
PR: 30382
Submitted by: Cyrille Lefevre <clefevre@citeweb.net>
Diffstat (limited to 'x11-themes/notif2')
-rw-r--r-- | x11-themes/notif2/Makefile | 26 | ||||
-rw-r--r-- | x11-themes/notif2/distinfo | 1 | ||||
-rw-r--r-- | x11-themes/notif2/pkg-comment | 1 | ||||
-rw-r--r-- | x11-themes/notif2/pkg-descr | 9 | ||||
-rw-r--r-- | x11-themes/notif2/pkg-plist | 7 |
5 files changed, 44 insertions, 0 deletions
diff --git a/x11-themes/notif2/Makefile b/x11-themes/notif2/Makefile new file mode 100644 index 00000000000..3534b9a1e60 --- /dev/null +++ b/x11-themes/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-themes/notif2/distinfo b/x11-themes/notif2/distinfo new file mode 100644 index 00000000000..aae5739756f --- /dev/null +++ b/x11-themes/notif2/distinfo @@ -0,0 +1 @@ +MD5 (Notif2-1.0-1.2.tar.gz) = e117977d4d15e070da519b431045b701 diff --git a/x11-themes/notif2/pkg-comment b/x11-themes/notif2/pkg-comment new file mode 100644 index 00000000000..7f3a13c2b7e --- /dev/null +++ b/x11-themes/notif2/pkg-comment @@ -0,0 +1 @@ +The Notif2 GTK theme engine following the new Motif look and feel diff --git a/x11-themes/notif2/pkg-descr b/x11-themes/notif2/pkg-descr new file mode 100644 index 00000000000..c778a1e9f29 --- /dev/null +++ b/x11-themes/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-themes/notif2/pkg-plist b/x11-themes/notif2/pkg-plist new file mode 100644 index 00000000000..99b260d5d50 --- /dev/null +++ b/x11-themes/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 |