diff options
author | steve <steve@FreeBSD.org> | 2000-05-01 04:24:05 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-05-01 04:24:05 +0800 |
commit | 89b3ad45032eae0293f16828f66778e143daf6b5 (patch) | |
tree | c8d420b8e0de525286f778752f799229301e3405 /misc/muuz/Makefile | |
parent | c76e0dcc43edfbbc3e6dd07e62a2811bc86d770a (diff) | |
download | freebsd-ports-gnome-89b3ad45032eae0293f16828f66778e143daf6b5.tar.gz freebsd-ports-gnome-89b3ad45032eae0293f16828f66778e143daf6b5.tar.zst freebsd-ports-gnome-89b3ad45032eae0293f16828f66778e143daf6b5.zip |
Initial import of muuz version 0.27.1.
An X11 and sound tool that promotes relaxation, meditation, fun,
and more.
PR: 18070
Submitted by: Gary Kline <kline@tao.thought.org>
Diffstat (limited to 'misc/muuz/Makefile')
-rw-r--r-- | misc/muuz/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/misc/muuz/Makefile b/misc/muuz/Makefile new file mode 100644 index 000000000000..870012d59d2c --- /dev/null +++ b/misc/muuz/Makefile @@ -0,0 +1,21 @@ +# Ports collection makefile for: muuz +# Date created: 21 March 2000 +# Whom: kline@thought.org +# +# $FreeBSD$ +# + +PORTNAME= muuz +PORTVERSION= 0.27.1 +CATEGORIES= misc +MASTER_SITES= ftp://toxic.magnesium.net/pub/FreeBSD/muuz/ + +MAINTAINER= kline@thought.org + +LIB_DEPENDS= Xaw3d.6:${PORTSDIR}/x11-toolkits/Xaw3d + +#USE_IMAKE= yes (... no, not yet) +USE_X_PREFIX= yes +MAN1= muuz.1 + +.include <bsd.port.mk> |