freebsd-ports/multimedia/gstreamer1-validate/Makefile
Dmitry Marakasov 56cd196be5 - Fix python dependency
- Fix shebangs

Approved by:	portmgr blanket
2018-02-14 12:00:31 +00:00

27 lines
726 B
Makefile

# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
PORTNAME= gstreamer1-validate
PORTVERSION= 1.12.3
PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-validate/
DISTNAME= gst-validate-${PORTVERSION}
MAINTAINER= multimedia@FreeBSD.org
COMMENT= Gstreamer element validation suite
LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib
USES= gettext-runtime gmake gnome libtool pathfix \
pkgconfig python:2.7 shebangfix tar:xz
SHEBANG_FILES= tools/gst-validate-launcher.in
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME= cairo gdkpixbuf2 gtk30 introspection:build
USE_GSTREAMER1= yes
INSTALL_TARGET= install-strip
PLIST_SUB= VERSION=1.0 SOVERSION=0.1203.0
.include <bsd.port.mk>