diff options
author | arved <arved@FreeBSD.org> | 2003-06-27 00:23:29 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-06-27 00:23:29 +0800 |
commit | 0770fd749afb7723c94c4654cca1a95d2c98abc7 (patch) | |
tree | 8ec621a07e6ed39b54a02fe91d7b575cbb6b56ea /x11-themes | |
parent | dc3f3029f73bf654739c5019d97b2f16fa9b9385 (diff) | |
download | freebsd-ports-gnome-0770fd749afb7723c94c4654cca1a95d2c98abc7.tar.gz freebsd-ports-gnome-0770fd749afb7723c94c4654cca1a95d2c98abc7.tar.zst freebsd-ports-gnome-0770fd749afb7723c94c4654cca1a95d2c98abc7.zip |
Add kwin_flatcurve, a Bluecurve-style window decoration for KDE
PR: 47686
Submitted by: R Joseph Wright <rjoseph@arbornet.org>
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/kwin_flatcurve/Makefile | 21 | ||||
-rw-r--r-- | x11-themes/kwin_flatcurve/distinfo | 1 | ||||
-rw-r--r-- | x11-themes/kwin_flatcurve/pkg-descr | 1 | ||||
-rw-r--r-- | x11-themes/kwin_flatcurve/pkg-plist | 3 |
4 files changed, 26 insertions, 0 deletions
diff --git a/x11-themes/kwin_flatcurve/Makefile b/x11-themes/kwin_flatcurve/Makefile new file mode 100644 index 000000000000..82a46b212cd7 --- /dev/null +++ b/x11-themes/kwin_flatcurve/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: kwin_flatcurve +# Date created: 30 January 2003 +# Whom: R. Joseph Wright <rjoseph@arbornet.org> +# +# $FreeBSD$ + +PORTNAME= kwin_flatcurve +PORTVERSION= 0.2 +CATEGORIES= x11-wm +MASTER_SITES= http://kde-look.org/content/files/ +DISTNAME= 4365-flatcurve-${PORTVERSION} + +MAINTAINER= ports@freebsd.org +COMMENT= Bluecurve style window decoration for KDEs WM + +USE_KDEBASE_VER= 3 +WRKSRC= ${WRKDIR}/flatcurve-${PORTVERSION} +USE_GMAKE= yes +GNU_CONFIGURE= yes + +.include <bsd.port.mk> diff --git a/x11-themes/kwin_flatcurve/distinfo b/x11-themes/kwin_flatcurve/distinfo new file mode 100644 index 000000000000..9297195485d9 --- /dev/null +++ b/x11-themes/kwin_flatcurve/distinfo @@ -0,0 +1 @@ +MD5 (4365-flatcurve-0.2.tar.gz) = ac528271e403cd40ac94dcae7e26795e diff --git a/x11-themes/kwin_flatcurve/pkg-descr b/x11-themes/kwin_flatcurve/pkg-descr new file mode 100644 index 000000000000..74cafe3a4ecb --- /dev/null +++ b/x11-themes/kwin_flatcurve/pkg-descr @@ -0,0 +1 @@ +"Bluecurve" style window decoration for KDE's WM diff --git a/x11-themes/kwin_flatcurve/pkg-plist b/x11-themes/kwin_flatcurve/pkg-plist new file mode 100644 index 000000000000..9d4e8214f2a3 --- /dev/null +++ b/x11-themes/kwin_flatcurve/pkg-plist @@ -0,0 +1,3 @@ +share/apps/kwin/flatcurve.desktop +lib/kde3/kwin_flatcurve.so +lib/kde3/kwin_flatcurve.la |