minor COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Category X. CR: D511 Approved by: portmgr (bapt)
16 lines
327 B
Makefile
16 lines
327 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xcompmgr
|
|
PORTVERSION= 1.1.6
|
|
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>
|