summaryrefslogtreecommitdiff
path: root/x11/xdtm/Makefile
blob: aa685e631d7c7ba5042b3c8263c42b9abc1c8f8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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>