Tweak multimedia/mpeg_stat version 2.2b
[dports.git] / multimedia / py3-gstreamer1 / Makefile
1 # Created by: Koop Mast <kwm@rainbow-runner.nl>
2 # $FreeBSD$
3
4 PORTNAME=       gstreamer
5 PORTVERSION=    1.8.0
6 CATEGORIES=     multimedia python
7 MASTER_SITES=   http://gstreamer.freedesktop.org/src/gst-python/
8 PKGNAMEPREFIX=  ${PYTHON_PKGNAMEPREFIX}
9 PKGNAMESUFFIX=  1
10 DISTNAME=       gst-python-${PORTVERSION}
11
12 MAINTAINER=     multimedia@FreeBSD.org
13 COMMENT=        GStreamer python 3 bindings
14
15 LICENSE=        LGPL21
16 LICENSE_FILE=   ${WRKSRC}/COPYING
17
18 PORTSCOUT=      limitw:1,even
19
20 USES=           gmake libtool pathfix pkgconfig python:3 tar:xz
21 USE_GNOME=      py3gobject3
22 USE_GSTREAMER1= yes
23 GNU_CONFIGURE=  yes
24 PLIST_SUB=      VERSION="${GST_VERSION}"
25 CPPFLAGS+=      -I${LOCALBASE}/include
26 LIBS+=          -L${LOCALBASE}/lib
27 INSTALL_TARGET= install-strip
28
29 .include <bsd.port.pre.mk>
30
31 .if ${PYTHON_REL} < 3500
32 PYOEXTENSION=   pyo
33 .else
34 PYOEXTENSION=   opt-1.pyc
35 .endif
36
37 PLIST_SUB+=     PYOEXTENSION=${PYOEXTENSION} \
38                 PYVER=${PYTHON_VER:S/.//}
39
40 .include <bsd.port.post.mk>