freebsd-ports/games/acm/Makefile
Danilo Egea Gondolfo 077fbccf15 - Update COMMENT [1]
- Update pkg-descr [1]
- Add SOUND option [1]
- Add stage support
- Update MASTER_SITES
- Use %%DATADIR%% in pkg-plist

PR:		ports/181067
Submitted by:	KATO Tsuguru <tkato432@yahoo.com> [1]
2013-10-29 19:07:46 +00:00

34 lines
647 B
Makefile

# Created by: joerg
# $FreeBSD$
PORTNAME= acm
PORTVERSION= 5.0
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= # none
MAINTAINER= ports@FreeBSD.org
COMMENT= Arial combat simulator for X11
LICENSE= GPLv2
OPTIONS_DEFINE= SOUND
USES= perl5
USE_XORG= x11
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_lib_Xm_XmCreateBulletinBoard=no \
ac_cv_lib_gdbm_dbm_fetch=no
USE_PERL5= build
MAKE_ARGS+= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/
SOUND_LIB_DEPENDS= libaudio.so:${PORTSDIR}/audio/nas
.include <bsd.port.options.mk>
.if empty(PORT_OPTIONS:MSOUND)
CONFIGURE_ENV+= ac_cv_lib_audio_AuCloseServer=no
.endif
.include <bsd.port.mk>