mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
e8633cf299
Obtained from: Xorg devel repo
17 lines
327 B
Makefile
17 lines
327 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xcompmgr
|
|
PORTVERSION= 1.1.7
|
|
CATEGORIES= x11-wm
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= Sample X compositing manager
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xcomposite xfixes xdamage xrender
|
|
|
|
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
|
|
|
|
.include <bsd.port.mk>
|