aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/opencv/Makefile
blob: 5f9012803231ccf7d93109803472f6b0280e95dd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# New ports collection makefile for:   opencv - open source computer vision
# library from Intel
# Date created:                05 March 2005
# Whom:                        Marc Abramowitz (http://marc.abramowitz.info)
#
# $FreeBSD$
#

PORTNAME=   opencv
PORTVERSION=    0.9.6
PORTREVISION=   1
CATEGORIES= graphics
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= opencvlibrary
DISTNAME=   opencv-${PORTVERSION}

MAINTAINER= msabramo@yahoo.com
COMMENT=    Open Source Computer Vision Library from Intel

HAS_CONFIGURE=  yes
GNU_CONFIGURE=  yes
USE_GMAKE=  yes
INSTALLS_SHLIB= yes

LDFLAGS=    ${PTHREAD_LIBS}
CONFIGURE_ENV=  LDFLAGS="${LDFLAGS}"

CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

.include <bsd.port.mk>