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