e1bfdfbe56
Also various fixes related to said option. PR: 230864 Submitted by: mat exp-runs by: antoine
25 lines
458 B
Makefile
25 lines
458 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= aircraft-datcom
|
|
DISTVERSION= 0.0.20120723
|
|
PORTREVISION= 2
|
|
CATEGORIES= science
|
|
|
|
MAINTAINER= mike.d.ft402@gmail.com
|
|
COMMENT= Modified USAF Aircraft Stability and Control Data Compendium
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= arktools
|
|
GH_TAGNAME= ed877bb
|
|
|
|
USES= fortran cmake
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-install-DOCS-on:
|
|
${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/doc/* ${STAGEDIR}${DOCSDIR}
|
|
|
|
.include <bsd.port.mk>
|