diff options
Diffstat (limited to 'audio/gnome-music/Makefile')
| -rw-r--r-- | audio/gnome-music/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/audio/gnome-music/Makefile b/audio/gnome-music/Makefile new file mode 100644 index 000000000..e0b008552 --- /dev/null +++ b/audio/gnome-music/Makefile @@ -0,0 +1,34 @@ +# Created by: Gustau Perez <gustau.perez@gmail.com> +# $FreeBSD$ +# $MCom$ + +PORTNAME= gnome-music +PORTVERSION= 3.12.1 +CATEGORIES= audio gnome +MASTER_SITES= GNOME +DIST_SUBDIR= gnome3 + +MAINTAINER= gnome@FreeBSD.org +COMMENT= GNOME music playing application + +BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool +LIB_DEPENDS= libgrilo-0.2.so:${PORTSDIR}/net/grilo + +USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_LDCONFIG= yes +USE_GNOME= gnomedesktop3 gnomeprefix gtk30 intlhack \ + introspection:build +GNU_CONFIGURE= yes +USE_PYTHON= 3 +USE_GSTREAMER1= ogg mad +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +MAKE_ENV= XDG_CACHE_HOME=${WRKDIR} + +GLIB_SCHEMAS= org.gnome.Music.gschema.xml + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gnome-music/libgd.so + +.include <bsd.port.mk> |
