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
|
|
|
|
#
|
1997-07-10 01:43:01 +00:00
|
|
|
# $Id: Makefile,v 1.10 1997/01/03 11:32:46 obrien Exp $
|
1995-03-05 23:32:26 +00:00
|
|
|
#
|
|
|
|
|
1996-08-13 20:10:19 +00:00
|
|
|
DISTNAME= acm-4.7
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= games
|
1996-08-13 20:10:19 +00:00
|
|
|
MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/
|
1995-03-05 23:32:26 +00:00
|
|
|
|
1995-04-11 00:20:58 +00:00
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
|
|
|
1997-07-10 01:43:01 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ENV= ${SH} -x # don't ask me why, will fail otherwise
|
1996-08-13 20:10:19 +00:00
|
|
|
STRIP=
|
1997-01-03 11:33:21 +00:00
|
|
|
MAN6= acm.6
|
1995-03-05 23:32:26 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|
1996-08-13 20:10:19 +00:00
|
|
|
|
|
|
|
# Following stuff must be after <bsd.port.mk> to expand exists() properly
|
|
|
|
|
|
|
|
# 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)
|
|
|
|
LIB_DEPENDS+= audio\\.7\\.:${PORTSDIR}/audio/nas
|
|
|
|
.endif
|
|
|
|
|