mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
79831a6125
An X11 and sound tool that promotes relaxation, meditation, fun, and more. PR: 18070 Submitted by: Gary Kline <kline@tao.thought.org>
22 lines
413 B
Makefile
22 lines
413 B
Makefile
# 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>
|