diff options
author | lofi <lofi@FreeBSD.org> | 2005-03-21 13:01:08 +0000 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2005-03-21 13:01:08 +0000 |
commit | 5ce7fcddebc9a7c438959e2d4504f513f015ec01 (patch) | |
tree | c5a05ae9a9dda16e5d48f9fbf64cfc2a0698ee23 /x11-wm/kompmgr | |
parent | d11152aed81913764d5ca4670adb69eea7eefa54 (diff) | |
download | FreeBSD-ports-5ce7fcddebc9a7c438959e2d4504f513f015ec01.zip FreeBSD-ports-5ce7fcddebc9a7c438959e2d4504f513f015ec01.tar.gz |
Add kompmgr, a utility need to enable XComposite support in KDE.
Diffstat (limited to 'x11-wm/kompmgr')
-rw-r--r-- | x11-wm/kompmgr/Makefile | 46 | ||||
-rw-r--r-- | x11-wm/kompmgr/distinfo | 2 | ||||
-rw-r--r-- | x11-wm/kompmgr/pkg-descr | 1 |
3 files changed, 49 insertions, 0 deletions
diff --git a/x11-wm/kompmgr/Makefile b/x11-wm/kompmgr/Makefile new file mode 100644 index 0000000..8559492 --- /dev/null +++ b/x11-wm/kompmgr/Makefile @@ -0,0 +1,46 @@ +# New ports collection makefile for: mpeglib_artsplug +# Date created: July 09 2004 +# Whom: Michael Nottebrock <lofi@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= kompmgr +PORTVERSION= ${KDE_VERSION} +CATEGORIES= x11-wm kde +MASTER_SITES= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src +PKGNAMEPREFIX= kdebase- +DISTNAME= kdebase-${PORTVERSION} +DIST_SUBDIR= KDE + +MAINTAINER= kde@FreeBSD.org +COMMENT= Utility needed to enable XComposite support in KDE + +USE_KDELIBS_VER=3 +PREFIX= ${KDE_PREFIX} + +USE_BZIP2= yes +GNU_CONFIGURE= yes +USE_GMAKE= yes +WRKSRC= ${WRKDIR}/kdebase-${PORTVERSION} +INSTALLS_SHLIB= yes + +CONFIGURE_ARGS+=--without-java + +PLIST_FILES= bin/kompmgr + +.include <bsd.port.pre.mk> + +.if ${X_WINDOW_SYSTEM:L} != xorg +IGNORE= Requires the composite extension, which is unavailable with XFree86 +.endif + +do-build: + cd ${WRKSRC}/kwin/kompmgr && ${GMAKE} + +do-install: + cd ${WRKSRC}/kwin/kompmgr && ${GMAKE} install + +.include "${.CURDIR}/../../x11/kde3/Makefile.kde" +.include <bsd.port.post.mk> diff --git a/x11-wm/kompmgr/distinfo b/x11-wm/kompmgr/distinfo new file mode 100644 index 0000000..7a5b5d0 --- /dev/null +++ b/x11-wm/kompmgr/distinfo @@ -0,0 +1,2 @@ +MD5 (KDE/kdebase-3.4.0.tar.bz2) = c88659e558ca98dc45377bf8ddfc26c9 +SIZE (KDE/kdebase-3.4.0.tar.bz2) = 22670772 diff --git a/x11-wm/kompmgr/pkg-descr b/x11-wm/kompmgr/pkg-descr new file mode 100644 index 0000000..ee85188 --- /dev/null +++ b/x11-wm/kompmgr/pkg-descr @@ -0,0 +1 @@ +Utility needed to enable XComposite support in KDE. |