mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
24786df1a2
"elf.h" header file is found (assumption was System V.4, which made later configure tests fail). Make myself maintainer of this port (as suggested by the previous maintainer: joerg).
29 lines
704 B
Makefile
29 lines
704 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.12 1998/09/28 02:03:00 steve Exp $
|
|
#
|
|
|
|
DISTNAME= acm-4.8
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.websimulations.com/download/
|
|
|
|
MAINTAINER= se@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN6= acm.6
|
|
|
|
.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
|
|
|