aboutsummaryrefslogtreecommitdiff
path: root/graphics/xd3d/Makefile
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:09:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 00:09:47 +0000
commitde494a80910bba9be314cb2d32f0c7e07de7b33f (patch)
tree3645a10ed72391740d754f21302e9a7bd1e2f8ed /graphics/xd3d/Makefile
parentac9d42d09cab6b10f5e477912a5983632bb16014 (diff)
downloadports-de494a80910bba9be314cb2d32f0c7e07de7b33f.tar.gz
ports-de494a80910bba9be314cb2d32f0c7e07de7b33f.zip
Notes
Diffstat (limited to 'graphics/xd3d/Makefile')
-rw-r--r--graphics/xd3d/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/xd3d/Makefile b/graphics/xd3d/Makefile
index 0f897167af2d..90023abdb523 100644
--- a/graphics/xd3d/Makefile
+++ b/graphics/xd3d/Makefile
@@ -26,6 +26,8 @@ LICENSE= GPLv2
# - FFLAGS : fortran compiler's flags (-O by default).
#--------------------------------------------------------------------------
+OPTIONS_DEFINE= DOCS EXAMPLES
+
.if !defined(WITHOUT_IMAGEMAGICK)
RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick
.endif
@@ -76,15 +78,11 @@ pre-configure:
${WRKSRC}/RULES
post-install:
-.if !defined(NOPORTDOCS)
${MKDIR} ${STAGEDIR}${DOCSDIR}
. for FILE in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${FILE} ${STAGEDIR}${DOCSDIR}
. endfor
-.endif
-.if !defined(NOPORTEXAMPLES)
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${CP} -Rp ${WRKSRC}/Examples/* ${STAGEDIR}${EXAMPLESDIR}
-.endif
.include <bsd.port.post.mk>