blob: f027051d000473e4829c14dd922669d88f4e5404 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= xcompmgr
PORTVERSION= 1.1.6
CATEGORIES= x11-wm
MAINTAINER= x11@FreeBSD.org
COMMENT= A sample X compositing manager
XORG_CAT= app
USE_XORG= x11 xcomposite xfixes xdamage xrender
BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xorg-macros.pc:${PORTSDIR}/devel/xorg-macros
PLIST_FILES= bin/${PORTNAME}
MAN1= xcompmgr.1
.include <bsd.port.mk>
|