2006-12-25 19:25:12 +01:00
|
|
|
# New ports collection makefile for: frei0r
|
|
|
|
# Date created: 17 November 2006
|
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= frei0r
|
2009-05-07 01:10:50 +02:00
|
|
|
PORTVERSION= 1.1.22
|
2009-07-31 15:57:52 +02:00
|
|
|
PORTREVISION= 1
|
2006-12-25 19:25:12 +01:00
|
|
|
DISTVERSIONPREFIX= plugins-
|
|
|
|
CATEGORIES= graphics
|
2009-05-07 01:10:50 +02:00
|
|
|
MASTER_SITES= http://propirate.net/${PORTNAME}/ \
|
|
|
|
http://distfiles.macports.org/${PORTNAME}-plugins/
|
2006-12-25 19:25:12 +01:00
|
|
|
|
2009-05-07 01:10:50 +02:00
|
|
|
MAINTAINER= bsdkaffee@gmail.com
|
2006-12-25 19:25:12 +01:00
|
|
|
COMMENT= Minimalistic plugin API for video effects
|
|
|
|
|
2009-05-07 01:10:50 +02:00
|
|
|
LIB_DEPENDS= cv.1:${PORTSDIR}/graphics/opencv \
|
2009-08-11 12:35:13 +02:00
|
|
|
gavl.1:${PORTSDIR}/multimedia/gavl
|
2006-12-25 19:25:12 +01:00
|
|
|
|
2009-05-07 01:10:50 +02:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GNOME= pkgconfig
|
|
|
|
MAKE_JOBS_SAFE= yes
|
2006-12-25 19:25:12 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|