2012-11-04 14:05:04 +01:00
|
|
|
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
2009-11-28 21:30:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= ario
|
2011-06-20 14:56:14 +02:00
|
|
|
PORTVERSION= 1.5.1
|
2015-01-02 19:46:33 +01:00
|
|
|
PORTREVISION= 10
|
2009-11-28 21:30:12 +01:00
|
|
|
CATEGORIES= audio
|
|
|
|
MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION}
|
|
|
|
|
2015-04-16 22:13:43 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2009-11-28 21:30:12 +01:00
|
|
|
COMMENT= Ario is a GTK2 client for MPD
|
|
|
|
|
2016-01-12 17:20:31 +01:00
|
|
|
LICENSE= GPLv2+
|
2015-12-20 16:28:48 +01:00
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
2011-07-26 00:03:16 +02:00
|
|
|
|
2013-09-27 19:36:31 +02:00
|
|
|
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
|
|
|
|
libgcrypt.so:${PORTSDIR}/security/libgcrypt \
|
|
|
|
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
|
|
|
libcurl.so:${PORTSDIR}/ftp/curl \
|
|
|
|
libnotify.so:${PORTSDIR}/devel/libnotify \
|
|
|
|
libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
|
|
|
|
libtag_c.so:${PORTSDIR}/audio/taglib \
|
|
|
|
libunique-1.0.so:${PORTSDIR}/x11-toolkits/unique \
|
|
|
|
libmpdclient.so:${PORTSDIR}/audio/libmpdclient
|
|
|
|
|
2009-11-28 21:30:12 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2014-09-25 17:18:27 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
|
|
USES= gmake libtool pkgconfig
|
2009-11-28 21:30:12 +01:00
|
|
|
USE_LDCONFIG= yes
|
2015-08-02 22:23:55 +02:00
|
|
|
USE_GNOME= gtk20 intltool
|
2009-11-28 21:30:12 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2015-02-24 12:22:52 +01:00
|
|
|
INSTALL_TARGET= install-strip
|
2009-11-28 21:30:12 +01:00
|
|
|
|
2012-06-22 02:56:45 +02:00
|
|
|
OPTIONS_DEFINE= AVAHI NLS
|
2012-06-17 21:51:49 +02:00
|
|
|
AVAHI_DESC= Zeroconf support (Avahi)
|
2009-11-28 21:30:12 +01:00
|
|
|
|
2015-08-19 15:29:59 +02:00
|
|
|
AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app
|
|
|
|
AVAHI_CONFIGURE_ENABLE= avahi
|
|
|
|
|
|
|
|
NLS_USES= gettext
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
2015-12-20 16:28:48 +01:00
|
|
|
NLS_USES_OFF= gettext-tools
|
2009-11-28 21:30:12 +01:00
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|glib/gslist.h|glib.h|g ; \
|
|
|
|
s|glib/gkeyfile.h>|glib.h>|g' \
|
|
|
|
${WRKSRC}/src/ario-util.h \
|
|
|
|
${WRKSRC}/src/plugins/ario-plugin-info.c \
|
|
|
|
${WRKSRC}/src/ario-profiles.h
|
|
|
|
|
2009-11-28 21:30:12 +01:00
|
|
|
.include <bsd.port.mk>
|