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
19 lines
378 B
Makefile
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>
|