mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
bb271f0bf7
Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3412?
51 lines
1.3 KiB
Makefile
51 lines
1.3 KiB
Makefile
# Created by: Grzegorz Blach <gblach@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= ario
|
|
PORTVERSION= 1.5.1
|
|
PORTREVISION= 10
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/ario-player/ario-player/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Ario is a GTK2 client for MPD
|
|
|
|
LICENSE= GPLv2
|
|
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
USES= gmake libtool pkgconfig
|
|
USE_LDCONFIG= yes
|
|
USE_GNOME= gtk20 intltool
|
|
INSTALLS_ICONS= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= AVAHI NLS
|
|
AVAHI_DESC= Zeroconf support (Avahi)
|
|
|
|
AVAHI_LIB_DEPENDS= libavahi-client.so:${PORTSDIR}/net/avahi-app
|
|
AVAHI_CONFIGURE_ENABLE= avahi
|
|
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|