diff options
Diffstat (limited to 'x11-toolkits/Xmt/Makefile')
-rw-r--r-- | x11-toolkits/Xmt/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/x11-toolkits/Xmt/Makefile b/x11-toolkits/Xmt/Makefile new file mode 100644 index 000000000000..750c985917b8 --- /dev/null +++ b/x11-toolkits/Xmt/Makefile @@ -0,0 +1,24 @@ +# $FreeBSD$ + +PORTNAME= Xmt +PORTVERSION= 4.0.0 +CATEGORIES= x11-toolkits +MASTER_SITES= SF/${PORTNAME}/Xmt/Xmt400 +DISTNAME= xmt400 + +MAINTAINER= cy@FreeBSD.org +COMMENT= Xmt is a Motif Tools library + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + +WRKSRC= ${WRKDIR}/xmt400 + +USES= motif imake tar:tgz +USE_LDCONFIG= yes +MAKE_ENV= LANG=C + +post-patch: + ${TOUCH} ${WRKSRC}/clients/mockup.man + +.include <bsd.port.mk> |