1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Take maintainership

- Trim Makefile headers

Approved by:	makc, avilla (mentors, implicit)
Feature safe:	yes
This commit is contained in:
Jason E. Hale 2012-11-06 17:23:07 +00:00
parent c3f601b5b7
commit 572f2a416a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=307083
3 changed files with 6 additions and 16 deletions

View File

@ -1,9 +1,6 @@
# New ports collection makefile for: opencv-core
# Date created: 27 June 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
#
_BUILDING_OPENCV_CORE= yes
MASTERDIR= ${.CURDIR}/../opencv

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: opencv
# Date created: 05 March 2005
# Whom: Marc Abramowitz (http://marc.abramowitz.info)
#
# Created by: Marc Abramowitz (http://marc.abramowitz.info)
# $FreeBSD$
#
PORTNAME?= opencv
PORTVERSION= 2.3.1
@ -12,7 +8,7 @@ CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}library/${PORTNAME}-unix/${PORTVERSION}
DISTNAME= OpenCV-${DISTVERSION}a
MAINTAINER= ports@FreeBSD.org
MAINTAINER= jhale@FreeBSD.org
COMMENT= Open Source Computer Vision library from Intel
LICENSE= BSD

View File

@ -1,9 +1,6 @@
# New ports collection makefile for: py-opencv
# Date created: 22 August 2011
# Whom: Martin Matuska <mm@FreeBSD.org>
#
# Created by: Martin Matuska <mm@FreeBSD.org>
# $FreeBSD$
#
_BUILDING_OPENCV_PYTHON= yes
MASTERDIR= ${.CURDIR}/../opencv