aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/xcompmgr/Makefile
blob: 1752da67dda5408861e4f69d52d40f8fc8970915 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
PORTNAME=	xcompmgr
DISTVERSION=	1.1.10
CATEGORIES=	x11-wm

MAINTAINER=	x11@FreeBSD.org
COMMENT=	Sample X compositing manager
WWW=		https://www.freedesktop.org/Software/xapps

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

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

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

.include <bsd.port.mk>