mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
65edb8e0ed
Fix support for DESTDIR
20 lines
323 B
Makefile
20 lines
323 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
|
|
|
|
.include <bsd.port.mk>
|