summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/xdtm/Makefile16
1 files changed, 13 insertions, 3 deletions
diff --git a/x11/xdtm/Makefile b/x11/xdtm/Makefile
index 512f6fdf4157..0fea9014de61 100644
--- a/x11/xdtm/Makefile
+++ b/x11/xdtm/Makefile
@@ -4,13 +4,23 @@ PORTREVISION= 2
CATEGORIES= x11
MASTER_SITES= XCONTRIB/applications
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= bofh@FreeBSD.org
COMMENT= Graphical shell for the X Window System
-WRKSRC= ${WRKDIR}/${PORTNAME}
+LICENSE= BSD3CLAUSE
+LICENSE_FILE= ${WRKSRC}/Copyright
USES= imake xorg
USE_XORG= xaw
+
MAKE_JOBS_UNSAFE= yes
-.include <bsd.port.mk>
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+.include <bsd.port.pre.mk>
+
+.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1400079
+CFLAGS+= -Wno-error=int-conversion
+.endif
+
+.include <bsd.port.post.mk>