1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00
freebsd-ports/audio/xfce4-mpc-plugin/Makefile
Guido Falsi e0c20985f1 - Update xfce4-mpc-plugin to 0.5.1
- Add NLS option
- SIlence portlint warning
2018-12-08 23:20:30 +00:00

33 lines
714 B
Makefile

# Created by: Martin Wilke (miwi@FreeBSD.org)
# $FreeBSD$
PORTNAME= xfce4-mpc-plugin
PORTVERSION= 0.5.1
CATEGORIES= audio xfce
MASTER_SITES= XFCE/src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
DIST_SUBDIR= xfce4
MAINTAINER= xfce@FreeBSD.org
COMMENT= Musicpd client plugin for the Xfce panel
LICENSE= ISCL
LIB_DEPENDS= libmpd.so:audio/libmpd
RUN_DEPENDS= musicpd:audio/musicpd
USES= gettext-tools gmake libtool pkgconfig tar:bzip2 xfce:gtk3
USE_GNOME= gtk30 intltool cairo gdkpixbuf2
USE_XFCE= panel
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
CONFIGURE_ARGS+= --with-libmpd=${LOCALBASE}
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE= nls
NLS_USES= gettext-runtime
.include <bsd.port.mk>