Update games/xonotic to version 0.8.2_1
[dports.git] / games / xgalaga / Makefile
1 # Created by: Satoshi Asami <asami@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       xgalaga
5 PORTVERSION=    2.1.1.0
6 CATEGORIES=     games
7 MASTER_SITES=   SF/${PORTNAME}
8
9 MAINTAINER=     TsurutaniNaoki@gmail.com
10 COMMENT=        Clone of the classic game Galaga for X11
11
12 LICENSE=        GPLv2
13
14 USES=           gmake
15 USE_XORG=       xpm xmu
16 HAS_CONFIGURE=  yes
17
18 # xgalaga has a very strange usage of these variables...
19 CONFIGURE_ARGS= --prefix=${LOCALBASE}/lib/X11/xgalaga \
20                 --mandir=${LOCALBASE}/man \
21                 --exec_prefix=${LOCALBASE}/bin
22
23 OPTIONS_DEFINE= SOUND
24 OPTIONS_DEFAULT=        SOUND
25 OPTIONS_SUB=    yes
26
27 SOUND_CONFIGURE_OFF=    --without-sound
28
29 BROKEN_aarch64=         Fails to configure: machine arm64-unknown not recognized
30
31 post-install:
32         @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xgalaga
33
34 .include <bsd.port.mk>