1995-04-11 00:20:58 +00:00
|
|
|
# New ports collection makefile for: acm
|
1995-03-05 23:32:26 +00:00
|
|
|
# Date created: 5 March 1995
|
|
|
|
# Whom: joerg
|
|
|
|
#
|
1999-08-25 06:06:33 +00:00
|
|
|
# $FreeBSD$
|
1995-03-05 23:32:26 +00:00
|
|
|
#
|
|
|
|
|
2000-04-14 00:45:49 +00:00
|
|
|
PORTNAME= acm
|
|
|
|
PORTVERSION= 5.0
|
2008-03-25 22:44:48 +00:00
|
|
|
PORTREVISION= 2
|
1996-11-18 11:44:27 +00:00
|
|
|
CATEGORIES= games
|
2006-05-28 13:00:00 +00:00
|
|
|
MASTER_SITES= http://www.websimulations.com/download/
|
1995-03-05 23:32:26 +00:00
|
|
|
|
2008-12-18 02:33:39 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A flight simulator for X11
|
1998-09-28 02:03:00 +00:00
|
|
|
|
2008-03-25 22:44:48 +00:00
|
|
|
USE_XORG= x11
|
1997-07-10 01:43:01 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2004-12-02 21:03:36 +00:00
|
|
|
USE_PERL5_BUILD=yes
|
|
|
|
|
1997-01-03 11:33:21 +00:00
|
|
|
MAN6= acm.6
|
1995-03-05 23:32:26 +00:00
|
|
|
|
1999-02-03 10:37:11 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
1996-08-13 20:10:19 +00:00
|
|
|
|
|
|
|
# Include sound support (Use network audio server (nas))
|
2000-04-17 00:18:05 +00:00
|
|
|
.if defined(WITH_SOUND) || (exists(${PREFIX}/lib/libaudio.a) \
|
2001-02-14 20:19:44 +00:00
|
|
|
&& !defined(WITHOUT_SOUND))
|
2001-12-30 18:17:35 +00:00
|
|
|
LIB_DEPENDS+= audio.2:${PORTSDIR}/audio/nas
|
1996-08-13 20:10:19 +00:00
|
|
|
.endif
|
|
|
|
|
1999-02-03 10:37:11 +00:00
|
|
|
.include <bsd.port.post.mk>
|