aboutsummaryrefslogtreecommitdiff
path: root/games/acm/Makefile
blob: 982dafdd65992005ae8da94f17a8be2c65698f44 (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
# New ports collection makefile for:	acm
# Version required:	comp.sources.x/volume12 (ver 2.0)
# Date created:		5 March 1995
# Whom:			joerg
#
# $Id: Makefile,v 1.7 1996/08/13 20:09:54 markm Exp $
#

DISTNAME=	acm-4.7
CATEGORIES=	games
MASTER_SITES=	ftp://ftp.warwick.ac.uk/pub/x11/

MAINTAINER=	joerg@FreeBSD.org

HAS_CONFIGURE=	yes
CONFIGURE_ARGS= --prefix=${PREFIX}
STRIP=

.include <bsd.port.mk>

# 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