1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/games/acm/Makefile
Satoshi Asami a1ea5250fa This port needs USE_XLIB.
Submitted by:	maintainer
1999-05-17 02:38:49 +00:00

29 lines
675 B
Makefile

# 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.16 1999/02/03 10:37:11 asami Exp $
#
DISTNAME= acm-5.0
CATEGORIES= games
MASTER_SITES= http://www.websimulations.com/download/
MAINTAINER= se@FreeBSD.org
USE_XLIB= yes
GNU_CONFIGURE= yes
MAN6= acm.6
.include <bsd.port.pre.mk>
# 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
.include <bsd.port.post.mk>