freebsd-ports/games/acm/Makefile

29 lines
635 B
Makefile
Raw Normal View History

# New ports collection makefile for: acm
# Version required: comp.sources.x/volume12 (ver 2.0)
# Date created: 5 March 1995
# Whom: joerg
#
1999-08-25 02:06:33 -04:00
# $FreeBSD$
#
1999-02-01 18:32:47 -05:00
DISTNAME= acm-5.0
CATEGORIES= games
1999-09-29 14:32:17 -04:00
MASTER_SITES= ftp://ftp.websimulations.com/pub/download/
MAINTAINER= se@FreeBSD.org
1998-09-27 22:03:00 -04:00
USE_XLIB= yes
GNU_CONFIGURE= yes
MAN6= acm.6
1999-02-03 05:37:11 -05:00
.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)
1998-09-27 22:03:00 -04:00
LIB_DEPENDS+= audio.7:${PORTSDIR}/audio/nas
.endif
1999-02-03 05:37:11 -05:00
.include <bsd.port.post.mk>