2013-05-08 18:05:21 +02:00
|
|
|
# Created by: Martin Wilke (miwi@FreeBSD.org)
|
2008-01-26 20:48:48 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xfmpc
|
2019-06-23 09:53:33 +02:00
|
|
|
PORTVERSION= 0.3.0
|
2019-09-20 01:46:33 +02:00
|
|
|
PORTREVISION= 1
|
2008-01-26 20:48:48 +01:00
|
|
|
CATEGORIES= audio xfce
|
2019-06-19 18:14:27 +02:00
|
|
|
MASTER_SITES= XFCE/apps
|
2008-01-26 20:48:48 +01:00
|
|
|
DIST_SUBDIR= xfce4
|
|
|
|
|
2011-10-23 15:46:01 +02:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2013-05-08 18:05:21 +02:00
|
|
|
COMMENT= Graphical MPD client focusing on low footprint
|
2008-01-26 20:48:48 +01:00
|
|
|
|
2015-03-05 23:52:30 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2016-04-01 15:29:15 +02:00
|
|
|
BUILD_DEPENDS= valac:lang/vala
|
2019-09-20 01:46:33 +02:00
|
|
|
LIB_DEPENDS= libmpd.so:audio/libmpd
|
2019-01-22 15:44:38 +01:00
|
|
|
|
2019-10-10 16:57:55 +02:00
|
|
|
USES= compiler:c11 gettext-tools gmake gnome pkgconfig tar:bzip2 \
|
|
|
|
xfce xorg
|
2019-06-23 09:53:33 +02:00
|
|
|
USE_GNOME= cairo gtk30 intltool
|
2019-01-22 15:44:38 +01:00
|
|
|
USE_XFCE= libmenu
|
|
|
|
USE_XORG= ice sm x11
|
2008-01-26 20:48:48 +01:00
|
|
|
|
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2016-07-01 06:36:36 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2015-01-10 17:31:39 +01:00
|
|
|
|
2019-01-22 15:44:38 +01:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
NLS_USES= gettext-runtime
|
|
|
|
|
2008-01-26 20:48:48 +01:00
|
|
|
.include <bsd.port.mk>
|