freebsd-ports/x11-wm/xcompmgr/Makefile
Edwin Groothuis 750830b333 [PATCH] x11-wm/xcompmgr: portlint(1) fixes
- Make IGNORE such that potlint won't complain about it

PR:		ports/95832
Submitted by:	Alexander Botero-Lowry <alex@foxybanana.com>
Approved by:	maintainer timeout
2006-05-14 01:14:22 +00:00

28 lines
548 B
Makefile

# New ports collection makefile for: xcompmgr
# Date Created: 16 Oct, 2004
# Whom: Eric Anholt <anholt@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= xcompmgr
PORTVERSION= 1.1.3
CATEGORIES= x11-wm
MASTER_SITES= http://xapps.freedesktop.org/release/
MAINTAINER= anholt@FreeBSD.org
COMMENT= A sample X compositing manager
USE_XLIB= yes
GNU_CONFIGURE= yes
MAN1= xcompmgr.1
.include <bsd.port.pre.mk>
.if ${X_WINDOW_SYSTEM:L} != xorg
IGNORE= requires the composite extension, which is unavailable with XFree86
.endif
.include <bsd.port.post.mk>