1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/x11-wm/xcompmgr/Makefile
Muhammad Moinur Rahman bf2a8df989
x11-wm/xcompmgr: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-26 19:40:26 +01:00

21 lines
441 B
Makefile

PORTNAME= xcompmgr
PORTVERSION= 1.1.8
PORTREVISION= 1
CATEGORIES= x11-wm
MAINTAINER= x11@FreeBSD.org
COMMENT= Sample X compositing manager
WWW= https://www.freedesktop.org/Software/xapps
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/COPYING
USES= xorg xorg-cat:app
USE_XORG= x11 xcomposite xext xfixes xdamage xrender
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
PLIST_FILES= bin/${PORTNAME} share/man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>