mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
877b8a533b
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined options. No comment by: ports
29 lines
602 B
Makefile
29 lines
602 B
Makefile
# New ports collection makefile for: acm
|
|
# Version required: comp.sources.x/volume12 (ver 2.0)
|
|
# Date created: 5 March 1995
|
|
# Whom: joerg
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= acm
|
|
PORTVERSION= 5.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ftp://ftp.websimulations.com/pub/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(WITH_SOUND) || (exists(${PREFIX}/lib/libaudio.a) \
|
|
&& !defined(WITHOUT_SOUND))
|
|
LIB_DEPENDS+= audio.7:${PORTSDIR}/audio/nas
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|