freebsd-ports/x11-wm/kompmgr/Makefile
Beat Gaetzi 8558ca7184 - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer
  maintained upstream nor in our tree.
- Set EXPIRATION_DATE to 2013-07-01

Discussed with:	bapt, tabthorpe
2012-12-30 12:03:51 +00:00

44 lines
1.1 KiB
Makefile

# New ports collection makefile for: mpeglib_artsplug
# Date created: July 09 2004
# Whom: Michael Nottebrock <lofi@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= kompmgr
PORTVERSION= ${KDE_VERSION}
PORTREVISION= 4
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= ports@FreeBSD.org
COMMENT= Utility needed to enable XComposite support in KDE
DEPRECATED= Depends on QT3; unmaintained
EXPIRATION_DATE= 2013-07-01
USE_KDELIBS_VER=3
PREFIX= ${KDE_PREFIX}
USE_XORG= x11 xdamage xrender xcomposite xfixes
USE_BZIP2= yes
WRKSRC= ${WRKDIR}/kdebase-${PORTVERSION}
PLIST_FILES= bin/kompmgr
.include <bsd.port.pre.mk>
do-build:
cd ${WRKSRC}/kwin/kompmgr && \
${CC} ${CFLAGS} -I${LOCALBASE}/include -L${LOCALBASE}/lib -lX11 -lXdamage\
-lXfixes -lXrender -lXcomposite -lXext -lm -o kompmgr kompmgr.c
do-install:
cd ${WRKSRC}/kwin/kompmgr && ${INSTALL_PROGRAM} kompmgr\
${PREFIX}/bin/kompmgr
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.post.mk>