diff options
author | Will Andrews <will@FreeBSD.org> | 2002-06-23 05:06:24 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2002-06-23 05:06:24 +0000 |
commit | b09f72ebdb918f113c69dfd91644ea6ff34fe6a0 (patch) | |
tree | 0df4c0162839f49a712ce44299b77ae176bce1ff /x11-wm/keramik | |
parent | 4168bc3bb0f5688c2262fa472754a2c0a7a09b06 (diff) |
Notes
Diffstat (limited to 'x11-wm/keramik')
-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 |
5 files changed, 62 insertions, 0 deletions
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 |