aboutsummaryrefslogtreecommitdiffstats
path: root/misc/muuz/Makefile
blob: 7dcdeddd6a08f4f4c59e266a1db6801f20c20488 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# Ports collection makefile for:  muuz
# Date created:           21 March 2000
# Whom:               kline@thought.org
#
# $FreeBSD$
#

PORTNAME=   muuz
PORTVERSION=    0.27.2
CATEGORIES= misc
MASTER_SITES=   http://muuz.deadbbs.com/FreeBSD/muuz/

MAINTAINER= kline@thought.org
COMMENT=    X11 and sound tool that promotes relaxation, meditation, fun, more

LIB_DEPENDS=    Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d

DEPRECATED= Broken on all supported versions of FreeBSD
EXPIRATION_DATE=2007-03-10

USE_IMAKE=  yes
MAN1=       muuz.1

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 501000
BROKEN=     "Does not compile"
.endif

.include <bsd.port.post.mk>