1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/x11-wm/xcompmgr/Makefile
2021-04-06 16:31:07 +02:00

19 lines
377 B
Makefile

# 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>