mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
23 lines
352 B
Makefile
23 lines
352 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}
|
|
|
|
USE_XORG= xaw
|
|
USES= imake
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
MAN1= xdtm.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|