# New ports collection makefile for: aviation-columbia # Date created: 09 Nov 2009 # Whom: Dmitry Marakasov # # $FreeBSD$ # PORTNAME= columbia PORTVERSION= 0.1 CATEGORIES= games MASTER_SITES= SAVANNAH/aviation PKGNAMEPREFIX= aviation- DIST_SUBDIR= aviation MAINTAINER= amdmi3@FreeBSD.org COMMENT= Elevation and imagery data set for aviation flight simulator BUILD_DEPENDS= techne:${PORTSDIR}/devel/techne RUN_DEPENDS= techne:${PORTSDIR}/devel/techne USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --docdir=${PREFIX}/share/doc/aviation-columbia USE_LUA= 5.1+ DOCSDIR= ${PREFIX}/share/doc/aviation-columbia 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