freebsd-ports/x11/xdtm/Makefile
Niclas Zeising 4c46ca73d8 Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-07 18:36:55 +00:00

20 lines
328 B
Makefile

# Created by: gpalmer
# $FreeBSD$
PORTNAME= xdtm
PORTVERSION= 2.5.8
PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= XCONTRIB/applications
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical shell for the X Window System
WRKSRC= ${WRKDIR}/${PORTNAME}
USES= imake xorg
USE_XORG= xaw
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>