freebsd-ports/x11-wm/xcompmgr/Makefile
Niclas Zeising 5f5f09d2e5 x11-wm/xcompmgr: Update to 1.1.8
Update x11-wm/xcompmgr to 1.1.8.  This is a maintenance release.
Add LICENSE and LICENSE_FILE.

Changelog:
https://lists.x.org/archives/xorg-announce/2019-March/002989.html
2019-03-26 09:54:09 +00:00

19 lines
378 B
Makefile

# Created by: Eric Anholt <anholt@FreeBSD.org>
# $FreeBSD$
PORTNAME= xcompmgr
PORTVERSION= 1.1.8
CATEGORIES= x11-wm
MAINTAINER= x11@FreeBSD.org
COMMENT= Sample X compositing manager
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
XORG_CAT= app
USE_XORG= x11 xcomposite xext xfixes xdamage xrender
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>