Pav Lucistnik 28e84cf624 - Mark BROKEN on 6.X: does not compile
Reported by:	pointyhat
2010-09-10 18:17:24 +00:00

30 lines
568 B
Makefile

# New ports collection makefile for: rubygem-objectdetect
# Date created: 2008-11-25
# Whom: TAKATSU Tomonari <tota@rtfm.jp>
#
# $FreeBSD$
#
PORTNAME= objectdetect
PORTVERSION= 0.0.3
PORTREVISION= 4
CATEGORIES= graphics rubygems
MASTER_SITES= RG
MAINTAINER= tota@FreeBSD.org
COMMENT= A simple library for detecting objects in pictures
LIB_DEPENDS= cv.2:${PORTSDIR}/graphics/opencv
USE_RUBY= yes
USE_RUBYGEMS= yes
RUBYGEM_AUTOPLIST= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
BROKEN= does not compile on 6.X
.endif
.include <bsd.port.post.mk>