- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
20 lines
372 B
Makefile
20 lines
372 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.4
|
|
CATEGORIES= x11-wm
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= A sample X compositing manager
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xcomposite xfixes xdamage xrender
|
|
|
|
MAN1= xcompmgr.1
|
|
|
|
.include <bsd.port.mk>
|