1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/games/acm/Makefile
David E. O'Brien 8ea0a44557 Have manpage installed in man6 where games belong.
and some /usr/local hardcodings --> ${PREFIX}
1997-01-03 11:33:21 +00:00

31 lines
746 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.9 1996/11/18 13:58:36 asami Exp $
#
DISTNAME= acm-4.7
CATEGORIES= games
MASTER_SITES= ftp://ftp.warwick.ac.uk/pub/x11/
MAINTAINER= joerg@FreeBSD.org
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
STRIP=
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