mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
20 lines
336 B
Makefile
20 lines
336 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xcompmgr
|
|
PORTVERSION= 1.1.6
|
|
CATEGORIES= x11-wm
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= A sample X compositing manager
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xcomposite xfixes xdamage xrender
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
MAN1= xcompmgr.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|