diff options
author | mm <mm@FreeBSD.org> | 2011-06-29 19:44:17 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-06-29 19:44:17 +0800 |
commit | 6a9fc5cb8302528bca3ec79ba07f54ff6f385197 (patch) | |
tree | 11c04aa2aea96c19164e7d3e19dbfbd18ea547c4 /graphics | |
parent | 73d838ac2676baaa1c1aeb29e949db91f9f33dc3 (diff) | |
download | freebsd-ports-gnome-6a9fc5cb8302528bca3ec79ba07f54ff6f385197.tar.gz freebsd-ports-gnome-6a9fc5cb8302528bca3ec79ba07f54ff6f385197.tar.zst freebsd-ports-gnome-6a9fc5cb8302528bca3ec79ba07f54ff6f385197.zip |
Add OpenCV-core slave port (core libraries only)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Makefile | 1 | ||||
-rw-r--r-- | graphics/opencv-core/Makefile | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index c05f67a792de..9484fa0f00e7 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -565,6 +565,7 @@ SUBDIR += ogre3d SUBDIR += openclipart SUBDIR += opencv + SUBDIR += opencv-core SUBDIR += opendis SUBDIR += opendx SUBDIR += openexr_ctl diff --git a/graphics/opencv-core/Makefile b/graphics/opencv-core/Makefile new file mode 100644 index 000000000000..4b80f54eac26 --- /dev/null +++ b/graphics/opencv-core/Makefile @@ -0,0 +1,10 @@ +# New ports collection makefile for: opencv-core +# Date created: 27 June 2011 +# Whom: Martin Matuska <mm@FreeBSD.org> +# +# $FreeBSD$ +# +BUILDING_OPENCV_CORE= yes +MASTERDIR= ${.CURDIR}/../opencv + +.include "${MASTERDIR}/Makefile" |