1995-04-11 00:20:58 +00:00
|
|
|
# New ports collection makefile for: acm
|
|
|
|
# Version required: comp.sources.x/volume12 (ver 2.0)
|
1995-03-05 23:32:26 +00:00
|
|
|
# Date created: 5 March 1995
|
|
|
|
# Whom: joerg
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1995-03-05 23:32:26 +00:00
|
|
|
#
|
|
|
|
|
1999-02-01 23:32:47 +00:00
|
|
|
DISTNAME= acm-5.0
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= games
|
1999-09-29 18:32:17 +00:00
|
|
|
MASTER_SITES= ftp://ftp.websimulations.com/pub/download/
|
1995-03-05 23:32:26 +00:00
|
|
|
|
1998-12-06 21:11:05 +00:00
|
|
|
MAINTAINER= se@FreeBSD.org
|
1998-09-28 02:03:00 +00:00
|
|
|
|
1999-05-17 02:38:49 +00:00
|
|
|
USE_XLIB= yes
|
1997-07-10 01:43:01 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1997-01-03 11:33:21 +00:00
|
|
|
MAN6= acm.6
|
1995-03-05 23:32:26 +00:00
|
|
|
|
1999-02-03 10:37:11 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
1996-08-13 20:10:19 +00:00
|
|
|
|
|
|
|
# Include sound support (Use network audio server (nas))
|
|
|
|
.if defined(USE_SOUND) && ${USE_SOUND} == YES || \
|
|
|
|
exists(${PREFIX}/lib/libaudio.a) && \
|
|
|
|
(!defined(USE_SOUND) || ${USE_SOUND} != NO)
|
1998-09-28 02:03:00 +00:00
|
|
|
LIB_DEPENDS+= audio.7:${PORTSDIR}/audio/nas
|
1996-08-13 20:10:19 +00:00
|
|
|
.endif
|
|
|
|
|
1999-02-03 10:37:11 +00:00
|
|
|
.include <bsd.port.post.mk>
|