21 lines
405 B
Makefile
21 lines
405 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2012/04/11 08:50:14 ajacoutot Exp $
|
||
|
|
||
|
COMMENT= collection of GStreamer video effects
|
||
|
|
||
|
GNOME_PROJECT= gnome-video-effects
|
||
|
GNOME_VERSION= 0.4.0
|
||
|
|
||
|
CATEGORIES= multimedia
|
||
|
|
||
|
HOMEPAGE= https://live.gnome.org/GnomeVideoEffects
|
||
|
|
||
|
# GPLv2
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
MODULES= x11/gnome
|
||
|
|
||
|
.include <bsd.port.mk>
|