Prune audio/clementine-player
[dports.git] / audio / gnome-music / Makefile
1 # Created by: Gustau Perez <gustau.perez@gmail.com>
2 # $FreeBSD$
3
4 PORTNAME=       gnome-music
5 PORTVERSION=    3.18.2
6 CATEGORIES=     audio gnome
7 MASTER_SITES=   GNOME
8 DIST_SUBDIR=    gnome3
9
10 MAINTAINER=     gnome@FreeBSD.org
11 COMMENT=        GNOME music playing application
12
13 BUILD_DEPENDS=  itstool:textproc/itstool
14 LIB_DEPENDS=    libgrilo-0.2.so:net/grilo \
15                 libmediaart-2.0.so:multimedia/libmediaart
16
17 PORTSCOUT=      limitw:1,even
18
19 USES=           gettext gmake gnome libtool pathfix pkgconfig python:3 tar:xz
20 USE_LDCONFIG=   yes
21 USE_GNOME=      gnomedesktop3 gtk30 intltool introspection:build
22 GNU_CONFIGURE=  yes
23 USE_GSTREAMER1= ogg mad
24 INSTALLS_ICONS= yes
25 CPPFLAGS+=      -I${LOCALBASE}/include
26 LDFLAGS+=       -L${LOCALBASE}/lib
27 MAKE_ENV=       XDG_CACHE_HOME=${WRKDIR}
28 INSTALL_TARGET= install-strip
29
30 GLIB_SCHEMAS=   org.gnome.Music.gschema.xml
31
32 .include <bsd.port.pre.mk>
33
34 .if ${PYTHON_REL} < 3500
35 PYOEXTENSION=   pyo
36 .else
37 PYOEXTENSION=   opt-1.pyc
38 .endif
39
40 PLIST_SUB+=     PYOEXTENSION=${PYOEXTENSION} \
41                 PYVER=${PYTHON_VER:S/.//}
42
43 .include <bsd.port.post.mk>