bcd2a6a363
- Unbreak build with Vala 0.26 (there are lot of warnings, because Xfmpc still uses Gtk2 code, deprecated since Vala 0.17.5) - Bump PORTREVISION PR: 195629 [1] Submitted by: Akhmichin Andrey
31 lines
786 B
Makefile
31 lines
786 B
Makefile
# Created by: Martin Wilke (miwi@FreeBSD.org)
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xfmpc
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio xfce
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
|
MASTER_SITE_SUBDIR=/src/apps/${PORTNAME}/${PORTVERSION:R}
|
|
DIST_SUBDIR= xfce4
|
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
|
COMMENT= Graphical MPD client focusing on low footprint
|
|
|
|
BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
|
|
LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd
|
|
|
|
INSTALLS_ICONS= yes
|
|
USES= tar:bzip2 gettext gmake pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= gtk20 intltool intlhack
|
|
USE_XFCE= configenv libmenu libutil
|
|
|
|
post-extract:
|
|
${CP} ${FILESDIR}/config.vapi ${WRKSRC}/src
|
|
|
|
post-patch:
|
|
${FIND} ${WRKSRC} -type f -name 'Makefile.in' | \
|
|
${XARGS} ${REINPLACE_CMD} 's|@VALAC@|${LOCALBASE}/bin/valac|'
|
|
|
|
.include <bsd.port.mk>
|