freebsd-ports/graphics/opencv/Makefile
Edwin Groothuis 83a0d6ba72 Fix build in 4.x
Noticed by: YAPHR
2006-01-02 09:39:50 +00:00

30 lines
730 B
Makefile

# 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>