56cd196be5
- Fix shebangs Approved by: portmgr blanket
27 lines
726 B
Makefile
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>
|