Update games/hexalate to version 1.1.6
[dports.git] / games / crrcsim / Makefile
1 # Created by: Dmitry Marakasov <amdmi3@amdmi3.ru>
2 # $FreeBSD$
3
4 PORTNAME=       crrcsim
5 PORTVERSION=    0.9.13
6 PORTREVISION=   1
7 CATEGORIES=     games
8 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
9
10 MAINTAINER=     amdmi3@FreeBSD.org
11 COMMENT=        Model-airplane flight simulation program
12
13 LICENSE=        GPLv2
14 LICENSE_FILE=   ${WRKSRC}/COPYING
15
16 BUILD_DEPENDS=  ${LOCALBASE}/lib/libplibsl.a:x11-toolkits/plib
17 LIB_DEPENDS=    libportaudio.so:audio/portaudio
18
19 GNU_CONFIGURE=  yes
20 USES=           gettext gl gmake jpeg localbase sdl xorg
21 USE_SDL=        sdl
22 USE_GL=         gl glu
23 USE_XORG=       x11
24
25 LIBS+=          -lintl
26
27 PORTDOCS=       *
28 PORTDATA=       *
29
30 DESKTOP_ENTRIES="CRRCsim" \
31                 "" \
32                 "${DATADIR}/icons/crrcsim.png" \
33                 "crrcsim" \
34                 "Game;Simulation;" \
35                 ""
36
37 OPTIONS_DEFINE= DOCS
38
39 post-patch:
40         @${REINPLACE_CMD} -e '/portaudio/ s|==|=|' ${WRKSRC}/configure
41
42 .include <bsd.port.mk>