diff options
author | will <will@FreeBSD.org> | 2002-06-23 13:06:24 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2002-06-23 13:06:24 +0800 |
commit | fd02fdc581614f5729797b8a192c5594a558ff81 (patch) | |
tree | 72653f078f117612ba3945220aec76dc0825a42d | |
parent | 7d490bcda0846fb9956bd051f32c359884fc045f (diff) | |
download | freebsd-ports-gnome-fd02fdc581614f5729797b8a192c5594a558ff81.tar.gz freebsd-ports-gnome-fd02fdc581614f5729797b8a192c5594a558ff81.tar.zst freebsd-ports-gnome-fd02fdc581614f5729797b8a192c5594a558ff81.zip |
Add keramik 1.0, the Keramik KDE style engine.
PR: 39663
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/keramik/Makefile | 30 | ||||
-rw-r--r-- | x11-wm/keramik/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/keramik/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/keramik/pkg-descr | 3 | ||||
-rw-r--r-- | x11-wm/keramik/pkg-plist | 27 |
6 files changed, 63 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index 96dc19eb0413..18bd860c3a79 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -47,6 +47,7 @@ SUBDIR += kappdock SUBDIR += kdeartwork SUBDIR += kdeartwork3 + SUBDIR += keramik SUBDIR += kwix SUBDIR += larswm SUBDIR += libdockapp diff --git a/x11-wm/keramik/Makefile b/x11-wm/keramik/Makefile new file mode 100644 index 000000000000..882491b80a7b --- /dev/null +++ b/x11-wm/keramik/Makefile @@ -0,0 +1,30 @@ +# New ports collection makefile for: keramik +# Date created: June 22 2002 +# Whom: Miguel Mendez <flynn@energyhq.homeip.net> +# +# $FreeBSD$ +# + +PORTNAME= keramik +PORTVERSION= 1.0 +CATEGORIES= x11-wm kde +MASTER_SITES= http://www.kde-look.org/content/files/ +DISTNAME= 2194-${PORTNAME} + +MAINTAINER= flynn@energyhq.homeip.net + +BUILD_DEPENDS= automake:${PORTSDIR}/devel/automake \ + autoconf:${PORTSDIR}/devel/autoconf + +WRKSRC= ${WRKDIR}/${PORTNAME} + +GNU_CONFIGURE= yes +USE_GMAKE= yes +USE_KDEBASE_VER=3 +INSTALLS_SHLIB= yes + +pre-configure: + cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${GMAKE} -f Makefile.cvs + ${TOUCH} ${WRKSRC}/startkde + +.include <bsd.port.mk> diff --git a/x11-wm/keramik/distinfo b/x11-wm/keramik/distinfo new file mode 100644 index 000000000000..d21c6564de72 --- /dev/null +++ b/x11-wm/keramik/distinfo @@ -0,0 +1 @@ +MD5 (2194-keramik.tar.gz) = 0f639866a33596a5ec232f68580fd56d diff --git a/x11-wm/keramik/pkg-comment b/x11-wm/keramik/pkg-comment new file mode 100644 index 000000000000..65850881a491 --- /dev/null +++ b/x11-wm/keramik/pkg-comment @@ -0,0 +1 @@ +The Keramik KDE style engine diff --git a/x11-wm/keramik/pkg-descr b/x11-wm/keramik/pkg-descr new file mode 100644 index 000000000000..0753cdbbde5d --- /dev/null +++ b/x11-wm/keramik/pkg-descr @@ -0,0 +1,3 @@ +This is the Keramik engine for KDE3 + +WWW: http://www.kde-look.org/content/show.php?content=2194 diff --git a/x11-wm/keramik/pkg-plist b/x11-wm/keramik/pkg-plist new file mode 100644 index 000000000000..4cac73ca284a --- /dev/null +++ b/x11-wm/keramik/pkg-plist @@ -0,0 +1,27 @@ +lib/libkdefx.la +include/kpixmap.h +include/kpixmapsplitter.h +include/kpixmapeffect.h +include/kimageeffect.h +include/kdrawutil.h +include/kstyle.h +lib/kde3/plugins/styles/keramik.la +lib/kwin.la +bin/i386-portbld-freebsd4.6-kwin +share/icons/hicolor/16x16/apps/kwin.png +share/icons/hicolor/32x32/apps/kwin.png +share/icons/hicolor/48x48/apps/kwin.png +share/apps/kwin/eventsrc +include/KWinInterface.h +include/kwin/options.h +include/kwin/client.h +include/kwin/workspace.h +include/kwin/kwinbutton.h +share/sounds/pop.wav +share/apps/kconf_update/kwin.upd +share/apps/kconf_update/pluginlibFix.pl +lib/kde3/kwin_keramik.la +share/apps/kwin/keramik.desktop +lib/kde3/kwin_keramik_config.la +lib/kde3/plugins/styles/keramik.la +bin/i386-portbld-freebsd4.6-startkde |