mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
34 lines
783 B
Makefile
34 lines
783 B
Makefile
# Created by: Koop Mast <kwm@rainbow-runner.nl>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gstreamer
|
|
PORTVERSION= 1.4.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia python
|
|
MASTER_SITES= http://gstreamer.freedesktop.org/src/gst-python/
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
PKGNAMESUFFIX= 1
|
|
DISTNAME= gst-python-${PORTVERSION}
|
|
|
|
MAINTAINER= multimedia@FreeBSD.org
|
|
COMMENT= Python bindings for Gstreamer
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gmake libtool pathfix pkgconfig python:3 tar:xz
|
|
USE_GNOME= py3gobject3
|
|
USE_GSTREAMER1= yes
|
|
GNU_CONFIGURE= yes
|
|
PLIST_SUB= VERSION="${GST_VERSION}"
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
INSTALL_TARGET= install-strip
|
|
USE_PYTHON= py3plist
|
|
|
|
PLIST_SUB+= PVERSION=${PYTHON_VER:S/.//}
|
|
|
|
.include <bsd.port.mk>
|