From now on, X_WINDOW_SYSTEM != "xorg" is not supported anymore. PR: ports/119418 Submitted by: flz Approved by: portmgr (pav)
22 lines
414 B
Makefile
22 lines
414 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
|
|
PORTREVISION= 1
|
|
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.mk>
|