2005-03-21 14:01:08 +01:00
|
|
|
# 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}
|
2008-08-01 11:04:35 +02:00
|
|
|
USE_XORG= x11 xdamage xrender xcomposite xfixes
|
2005-03-21 14:01:08 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
WRKSRC= ${WRKDIR}/kdebase-${PORTVERSION}
|
|
|
|
|
|
|
|
PLIST_FILES= bin/kompmgr
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
do-build:
|
2007-10-30 00:48:18 +01:00
|
|
|
cd ${WRKSRC}/kwin/kompmgr && \
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -lX11 -lXdamage\
|
2007-10-30 00:48:18 +01:00
|
|
|
-lXfixes -lXrender -lXcomposite -lm -o kompmgr kompmgr.c
|
2005-03-21 14:01:08 +01:00
|
|
|
|
|
|
|
do-install:
|
2007-10-30 00:48:18 +01:00
|
|
|
cd ${WRKSRC}/kwin/kompmgr && ${INSTALL_PROGRAM} kompmgr\
|
|
|
|
${PREFIX}/bin/kompmgr
|
2005-03-21 14:01:08 +01:00
|
|
|
|
|
|
|
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
|
|
|
|
.include <bsd.port.post.mk>
|