summaryrefslogtreecommitdiff
path: root/games/acm/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-12 11:23:47 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-12-12 11:23:47 +0000
commit58a37936488748f6abc2899889626f8ea625fd29 (patch)
tree7bc4f4cd7c84ae5ebdff2b62fe6bd00995e52f56 /games/acm/Makefile
parent- Add LICENSE_FILE (diff)
- Add distfile mirror
- Add LICENSE_FILE - Drop @dirrm* from plist
Notes
Notes: svn path=/head/; revision=374579
Diffstat (limited to '')
-rw-r--r--games/acm/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/games/acm/Makefile b/games/acm/Makefile
index 618b0c0b3587..61f9c5f477b5 100644
--- a/games/acm/Makefile
+++ b/games/acm/Makefile
@@ -5,14 +5,13 @@ PORTNAME= acm
PORTVERSION= 5.0
PORTREVISION= 2
CATEGORIES= games
-MASTER_SITES= # none
+MASTER_SITES= http://mirror.amdmi3.ru/distfiles/
MAINTAINER= ports@FreeBSD.org
COMMENT= Arial combat simulator for X11
LICENSE= GPLv2
-
-OPTIONS_DEFINE= SOUND
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= perl5
USE_XORG= x11
@@ -22,6 +21,8 @@ CONFIGURE_ENV= ac_cv_lib_Xm_XmCreateBulletinBoard=no \
USE_PERL5= build
MAKE_ARGS+= prefix=${STAGEDIR}${PREFIX}/ OBVDIR=${STAGEDIR}${DATADIR}/
+OPTIONS_DEFINE= SOUND
+
SOUND_LIB_DEPENDS= libaudio.so:${PORTSDIR}/audio/nas
.include <bsd.port.options.mk>