mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
e730d999d3
- Add PYTHON_PYOEXTENSION and PYTHON_SUFFIX - Add PYTHON2 and PYTHON3 - Respect PYTHON_VERSION - Rename PYOEXTENSION to PYTHON_PYOEXTENSION This change would help: - Build databases/postgresql*-plpython with Python 3 (It has PLIST issue since bsd.python.mk to Uses/python.mk transition) - Simplify Makefile PR: 205807 Differential Revision: https://reviews.FreeBSD.org/D4758 Exp-run by: antoine
33 lines
801 B
Makefile
33 lines
801 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-music
|
|
PORTVERSION= 3.18.2
|
|
CATEGORIES= audio gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME music playing application
|
|
|
|
BUILD_DEPENDS= itstool:textproc/itstool
|
|
LIB_DEPENDS= libgrilo-0.2.so:net/grilo \
|
|
libmediaart-2.0.so:multimedia/libmediaart
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake gnome libtool pathfix pkgconfig python:3 tar:xz
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= gnomedesktop3 gtk30 intltool introspection:build
|
|
GNU_CONFIGURE= yes
|
|
USE_GSTREAMER1= ogg mad
|
|
INSTALLS_ICONS= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
MAKE_ENV= XDG_CACHE_HOME=${WRKDIR}
|
|
INSTALL_TARGET= install-strip
|
|
|
|
GLIB_SCHEMAS= org.gnome.Music.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|