diff options
Diffstat (limited to 'misc/vfc/Makefile')
| -rw-r--r-- | misc/vfc/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/misc/vfc/Makefile b/misc/vfc/Makefile index e73221949faf..a513ffae5faf 100644 --- a/misc/vfc/Makefile +++ b/misc/vfc/Makefile @@ -1,6 +1,6 @@ PORTNAME= vfc DISTVERSIONPREFIX= v -DISTVERSION= 2.1.5 +DISTVERSION= 2.1.6 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org @@ -30,6 +30,12 @@ CMAKE_TESTING_ON= VFC_BUILD_TESTS CXXFLAGS+= ${CXXFLAGS_${ARCH}} CXXFLAGS_armv7= -mfpu=neon-fp16 +DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tu} + +OPTIONS_DEFINE= DOCS + +PORTDOCS= * + # 100% tests passed, 0 tests failed out of 4 .include <bsd.port.mk> |
