Add kompmgr, a utility need to enable XComposite support in KDE.
This commit is contained in:
parent
8bffff3818
commit
57ad46615a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131829
4 changed files with 50 additions and 0 deletions
|
@ -57,6 +57,7 @@
|
|||
SUBDIR += jewel
|
||||
SUBDIR += kahakai
|
||||
SUBDIR += kappdock
|
||||
SUBDIR += kompmgr
|
||||
SUBDIR += larswm
|
||||
SUBDIR += libdockapp
|
||||
SUBDIR += libepplet
|
||||
|
|
46
x11-wm/kompmgr/Makefile
Normal file
46
x11-wm/kompmgr/Makefile
Normal file
|
@ -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>
|
2
x11-wm/kompmgr/distinfo
Normal file
2
x11-wm/kompmgr/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (KDE/kdebase-3.4.0.tar.bz2) = c88659e558ca98dc45377bf8ddfc26c9
|
||||
SIZE (KDE/kdebase-3.4.0.tar.bz2) = 22670772
|
1
x11-wm/kompmgr/pkg-descr
Normal file
1
x11-wm/kompmgr/pkg-descr
Normal file
|
@ -0,0 +1 @@
|
|||
Utility needed to enable XComposite support in KDE.
|
Loading…
Reference in a new issue