2013-09-20 19:36:33 +02:00
|
|
|
# Created by: joerg
|
1999-08-25 08:06:33 +02:00
|
|
|
# $FreeBSD$
|
1995-03-06 00:32:26 +01:00
|
|
|
|
2000-04-14 02:45:49 +02:00
|
|
|
PORTNAME= acm
|
|
|
|
PORTVERSION= 5.0
|
2017-05-13 00:33:54 +02:00
|
|
|
PORTREVISION= 3
|
1996-11-18 12:44:27 +01:00
|
|
|
CATEGORIES= games
|
2014-12-12 12:23:47 +01:00
|
|
|
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
|
1995-03-06 00:32:26 +01:00
|
|
|
|
2008-12-18 03:33:39 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2016-11-12 08:06:06 +01:00
|
|
|
COMMENT= Aerial combat simulator for X11
|
1998-09-28 04:03:00 +02:00
|
|
|
|
2011-12-14 22:29:16 +01:00
|
|
|
LICENSE= GPLv2
|
2014-12-12 12:23:47 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2013-10-29 20:07:46 +01:00
|
|
|
|
2019-11-05 23:16:14 +01:00
|
|
|
USES= perl5 xorg
|
2017-04-10 13:37:34 +02:00
|
|
|
USE_PERL5= build
|
2015-04-20 21:06:29 +02:00
|
|
|
USE_XORG= x11 xext
|
|
|
|
HAS_CONFIGURE= yes
|
2017-04-10 13:37:34 +02:00
|
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --x-includes=${LOCALBASE}/include \
|
2015-04-20 21:06:29 +02:00
|
|
|
--x-libraries=${LOCALBASE}/lib
|
2013-10-29 20:07:46 +01:00
|
|
|
CONFIGURE_ENV= ac_cv_lib_Xm_XmCreateBulletinBoard=no \
|
|
|
|
ac_cv_lib_gdbm_dbm_fetch=no
|
2017-04-10 13:37:34 +02:00
|
|
|
MAKE_ARGS= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/
|
2004-12-02 22:03:36 +01:00
|
|
|
|
2014-12-12 12:23:47 +01:00
|
|
|
OPTIONS_DEFINE= SOUND
|
|
|
|
|
2016-04-01 16:00:51 +02:00
|
|
|
SOUND_LIB_DEPENDS= libaudio.so:audio/nas
|
2017-04-10 13:37:34 +02:00
|
|
|
SOUND_CONFIGURE_ENV_OFF= ac_cv_lib_audio_AuCloseServer=no
|
1996-08-13 22:10:19 +02:00
|
|
|
|
2013-10-29 20:07:46 +01:00
|
|
|
.include <bsd.port.mk>
|