blob: 53720b244fda13ede15c2c1423b6e2c6a23ddac9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: xcompmgr
# Date Created: 16 Oct, 2004
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD: ports/x11-wm/xcompmgr/Makefile,v 1.12 2011/02/25 16:52:50 miwi Exp $
#
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
.include <bsd.port.mk>
|