diff options
author | arved <arved@FreeBSD.org> | 2002-11-25 09:18:49 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2002-11-25 09:18:49 +0800 |
commit | 3ad1f14096da5ce6e893c660e031b7783eba4664 (patch) | |
tree | 3f077598b55303294e78213375842a1e41587238 /x11-wm | |
parent | 5df56cf117b3ab56db67a9b726046f1b95ac720c (diff) | |
download | freebsd-ports-gnome-3ad1f14096da5ce6e893c660e031b7783eba4664.tar.gz freebsd-ports-gnome-3ad1f14096da5ce6e893c660e031b7783eba4664.tar.zst freebsd-ports-gnome-3ad1f14096da5ce6e893c660e031b7783eba4664.zip |
Add MKUltra, is a lightweight native KWin style
PR: 41706
Submitted by: Miguel Mendez <flynn@energyhq.homeip.net>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/Makefile | 1 | ||||
-rw-r--r-- | x11-wm/mkultra/Makefile | 26 | ||||
-rw-r--r-- | x11-wm/mkultra/distinfo | 1 | ||||
-rw-r--r-- | x11-wm/mkultra/pkg-comment | 1 | ||||
-rw-r--r-- | x11-wm/mkultra/pkg-descr | 8 | ||||
-rw-r--r-- | x11-wm/mkultra/pkg-plist | 3 |
6 files changed, 40 insertions, 0 deletions
diff --git a/x11-wm/Makefile b/x11-wm/Makefile index aef8cc39dbc4..0bd58b23d52f 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -55,6 +55,7 @@ SUBDIR += matchbox SUBDIR += metacity SUBDIR += metacity-setup + SUBDIR += mkultra SUBDIR += mlvwm SUBDIR += mosfet-liquid SUBDIR += novawm diff --git a/x11-wm/mkultra/Makefile b/x11-wm/mkultra/Makefile new file mode 100644 index 000000000000..ea852cc83d39 --- /dev/null +++ b/x11-wm/mkultra/Makefile @@ -0,0 +1,26 @@ +# New ports collection makefile for: mkultra +# Date created: August 16 2002 +# Whom: Miguel Mendez <flynn@energyhq.homeip.net> +# +# $FreeBSD$ +# + +PORTNAME= mkultra +PORTVERSION= 0.2.1 +CATEGORIES= x11-wm kde +MASTER_SITES= http://www.kde-look.org/content/files/ +DISTNAME= 2865-${PORTNAME}-${PORTVERSION} + +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 + +.include <bsd.port.mk> diff --git a/x11-wm/mkultra/distinfo b/x11-wm/mkultra/distinfo new file mode 100644 index 000000000000..d60fea165944 --- /dev/null +++ b/x11-wm/mkultra/distinfo @@ -0,0 +1 @@ +MD5 (2865-mkultra-0.2.1.tar.gz) = 8b22a0c90a95c1c8b5fbcdd79c834da3 diff --git a/x11-wm/mkultra/pkg-comment b/x11-wm/mkultra/pkg-comment new file mode 100644 index 000000000000..0dea9dbb1fdf --- /dev/null +++ b/x11-wm/mkultra/pkg-comment @@ -0,0 +1 @@ +A lightweight native KWin style for KDE3 diff --git a/x11-wm/mkultra/pkg-descr b/x11-wm/mkultra/pkg-descr new file mode 100644 index 000000000000..605032e76079 --- /dev/null +++ b/x11-wm/mkultra/pkg-descr @@ -0,0 +1,8 @@ +MKUltra is a lightweight native KWin style derived from the minimalist and +excellent Web style. + +MKUltra ought to appeal to those out there who aren't impressed by super +complex alpha-blended reflective throbbing multithreaded aqua +clones/alternatives. + +WWW: http://www.kde-look.org/content/show.php?content=2865 diff --git a/x11-wm/mkultra/pkg-plist b/x11-wm/mkultra/pkg-plist new file mode 100644 index 000000000000..c0676ed5ee9a --- /dev/null +++ b/x11-wm/mkultra/pkg-plist @@ -0,0 +1,3 @@ +lib/kde3/kwin_mkultra.so +lib/kde3/kwin_mkultra.la +share/apps/kwin/mkultra.desktop |