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)
15 lines
245 B
Makefile
15 lines
245 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= beforelight
|
|
PORTVERSION= 1.0.5
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= x11@FreeBSD.org
|
|
COMMENT= A sample screen saver for X
|
|
|
|
XORG_CAT= app
|
|
USE_XORG= x11 xscrnsaver xt xaw7 xt xorg-macros
|
|
|
|
MAN1= beforelight.1
|
|
|
|
.include <bsd.port.mk>
|