1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/acm/Makefile

32 lines
616 B
Makefile
Raw Normal View History

# New ports collection makefile for: acm
# Date created: 5 March 1995
# Whom: joerg
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
#
PORTNAME= acm
PORTVERSION= 5.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.websimulations.com/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A flight simulator for X11
1998-09-28 02:03:00 +00:00
USE_XORG= x11
GNU_CONFIGURE= yes
USE_PERL5_BUILD=yes
MAN6= acm.6
1999-02-03 10:37:11 +00:00
.include <bsd.port.pre.mk>
# Include sound support (Use network audio server (nas))
.if defined(WITH_SOUND) || (exists(${PREFIX}/lib/libaudio.a) \
2001-02-14 20:19:44 +00:00
&& !defined(WITHOUT_SOUND))
LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas
.endif
1999-02-03 10:37:11 +00:00
.include <bsd.port.post.mk>