mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
8ed49557f8
pulls in devel/xorg-macros. Convert all ports that depends on xorg-macros to use this USE_XORG. Split up the long XORG_MODULES= list in bsd.xorg.mk to have only one module on each line. Add xorg-macros dependency to xorg-server. Reviewed by: kwm, bapt Obtained from: xorg development repo (partly)
19 lines
334 B
Makefile
19 lines
334 B
Makefile
# Created by: Eric Anholt <anholt@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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 xorg-macros xrender
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
MAN1= xcompmgr.1
|
|
|
|
.include <bsd.port.mk>
|