mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
29 lines
564 B
Makefile
29 lines
564 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.pre.mk>
|
|
|
|
.if ${X_WINDOW_SYSTEM:L} != xorg
|
|
IGNORE= requires the composite extension, which is unavailable with XFree86
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|