diff options
Diffstat (limited to 'x11/xmx/Makefile')
-rw-r--r-- | x11/xmx/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/x11/xmx/Makefile b/x11/xmx/Makefile new file mode 100644 index 00000000000..b62af8e1d21 --- /dev/null +++ b/x11/xmx/Makefile @@ -0,0 +1,15 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/01/21 17:22:40 agc Exp $ + +DISTNAME= xmx-2.1alpha.pl7 +CATEGORIES= x11 +MASTER_SITES= ftp://ftp.cs.brown.edu/pub/xmx/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.cs.brown.edu/software/xmx/ + +ONLY_FOR_PLATFORM= SunOS-*-* # minor PLIST problems + +USE_X11BASE= yes +USE_IMAKE= yes + +.include "../../mk/bsd.pkg.mk" |