Update math/R-cran-xts to version 0.10.0
[dports.git] / games / xboing / Makefile
1 # Created by: janek
2 # $FreeBSD$
3
4 PORTNAME=       xboing
5 PORTVERSION=    2.4
6 PORTREVISION=   5
7 CATEGORIES=     games
8 MASTER_SITES=   XCONTRIB/games
9 DISTNAME=       ${PORTNAME}${PORTVERSION}
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        X11 arcade game
13
14 LICENSE=        MIT
15
16 USES=           imake
17 USE_XORG=       xpm xext x11
18 WRKSRC=         ${WRKDIR}/xboing
19
20 OPTIONS_DEFINE=SOUND
21 OPTIONS_DEFAULT=SOUND
22 OPTIONS_SUB=yes
23
24 SOUND_MAKE_ENV= WITHOUT_AUDIO=True
25
26 post-install:
27         ${RM} ${STAGEDIR}${PREFIX}/lib/X11/xboing/.xboing.scr
28
29 .include <bsd.port.mk>