# New ports collection makefile for: aviation # Date created: 09 Nov 2009 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= aviation PORTVERSION= 0.1 CATEGORIES= games MASTER_SITES= SAVANNAH/aviation MAINTAINER= amdmi3@FreeBSD.org COMMENT= Free, extensible flight simulator BUILD_DEPENDS= techne:${PORTSDIR}/devel/techne RUN_DEPENDS= techne:${PORTSDIR}/devel/techne \ ${LOCALBASE}/share/techne/aviation/imagery/airspeed.lc:${PORTSDIR}/games/aviation-data \ ${LOCALBASE}/share/techne/aviation/columbia/columbia.lua:${PORTSDIR}/games/aviation-columbia GNU_CONFIGURE= yes USE_LUA= 5.1+ PORTDOCS= * post-patch: @${REINPLACE_CMD} -e 's|luac5.1|${LUAC_CMD:C/.*\///}|' ${WRKSRC}/configure .if defined(NOPORTDOCS) @${REINPLACE_CMD} -e '/^install-data-am:/ s|install-dist_docDATA||' ${WRKSRC}/Makefile.in .endif .include