aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xcompmgr/Makefile
blob: 908568ac5e8397da1f111924abe8318d0b6685f5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: Eric Anholt <anholt@FreeBSD.org>

PORTNAME=	xcompmgr
PORTVERSION=	1.1.8
CATEGORIES=	x11-wm

MAINTAINER=	x11@FreeBSD.org
COMMENT=	Sample X compositing manager

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		xorg xorg-cat:app
USE_XORG=	x11 xcomposite xext xfixes xdamage xrender

PLIST_FILES=	bin/${PORTNAME} man/man1/${PORTNAME}.1.gz

.include <bsd.port.mk>