freebsd-ports/graphics/frei0r/Makefile
Dmitry Marakasov 410a52d335 - Update to 1.1.22
- Install plugins instead of just a header file
- Mark MAKE_JOBS_SAFE
- Pass maintainership to submitter

PR:		133861
Submitted by:	Jason E. Hale <bsdkaffee at gmail dot com>
2009-05-06 23:10:50 +00:00

25 lines
592 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
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.1:${PORTSDIR}/graphics/opencv \
gavl.0:${PORTSDIR}/multimedia/gavl
GNU_CONFIGURE= yes
USE_GNOME= pkgconfig
MAKE_JOBS_SAFE= yes
.include <bsd.port.mk>