freebsd-ports/graphics/frei0r/Makefile
Alberto Villa 435ab50565 - Fix build on 6.X amd64 after the opencv upgrade.
Approved by:	Jason E. Hale <bsdkaffee@gmail.com> (maintainer),
		tabthorpe (mentor, implicit)
2010-08-31 08:07:10 +00:00

32 lines
686 B
Makefile

# New ports collection makefile for: frei0r
# Date created: 17 November 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= frei0r
PORTVERSION= 1.1.22
PORTREVISION= 4
DISTVERSIONPREFIX= plugins-
CATEGORIES= graphics
MASTER_SITES= http://propirate.net/${PORTNAME}/ \
http://distfiles.macports.org/${PORTNAME}-plugins/
MAINTAINER= bsdkaffee@gmail.com
COMMENT= Minimalistic plugin API for video effects
LIB_DEPENDS= cv.2:${PORTSDIR}/graphics/opencv \
gavl.1:${PORTSDIR}/multimedia/gavl
GNU_CONFIGURE= yes
USE_GNOME= pkgconfig
MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>
.if ${ARCH} == "amd64"
USE_GCC= 4.2+
.endif
.include <bsd.port.post.mk>