aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xcompmgr/Makefile
blob: 5badea72e61acd04c800c541a40fb8c6a4d4db5a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# New ports collection makefile for:   xcompmgr
# Date Created:			16 Oct, 2004
# Whom:				Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	xcompmgr
PORTVERSION=	1.1.3
CATEGORIES=	x11-wm
MASTER_SITES=	http://xapps.freedesktop.org/release/

MAINTAINER=	anholt@FreeBSD.org
COMMENT=	A sample X compositing manager

USE_XLIB=	yes
GNU_CONFIGURE=	yes

MAN1=		xcompmgr.1

.include <bsd.port.pre.mk>

.if ${X_WINDOW_SYSTEM:L} != xorg
IGNORE=	requires the composite extension, which is unavailable with XFree86
.endif

.include <bsd.port.post.mk>