mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
19 lines
316 B
Makefile
19 lines
316 B
Makefile
# Created by: gpalmer
|
|
|
|
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>
|