1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

Add OpenCV-core slave port (core libraries only)

This commit is contained in:
Martin Matuska 2011-06-29 11:44:17 +00:00
parent dc22da5d7e
commit b3bad8698d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=276656
2 changed files with 11 additions and 0 deletions

View File

@ -565,6 +565,7 @@
SUBDIR += ogre3d
SUBDIR += openclipart
SUBDIR += opencv
SUBDIR += opencv-core
SUBDIR += opendis
SUBDIR += opendx
SUBDIR += openexr_ctl

View File

@ -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"