freebsd-ports/audio/wmauda/Makefile
Oliver Lehmann 152aa3ab06 update audacious to 3.5
audclient got removed upstream so this breaks some ports
2014-06-21 15:09:24 +00:00

34 lines
827 B
Makefile

# $FreeBSD$
PORTNAME= wmauda
PORTVERSION= 0.9
PORTREVISION= 1
CATEGORIES= audio windowmaker
MASTER_SITES= http://www.netswarm.net/misc/ \
${MASTER_SITE_GENTOO}
MASTER_SITE_SUBDIR= distfiles
MAINTAINER= ports@FreeBSD.org
COMMENT= Port of wmxmms to GTK 2.x and Audacious
LICENSE= GPLv2
BUILD_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious
RUN_DEPENDS= audacious:${PORTSDIR}/multimedia/audacious
LIB_DEPENDS= libmowgli.so:${PORTSDIR}/devel/libmowgli
BROKEN= Does not work with audacious 3.5 or later
USES= gmake pkgconfig
USE_GNOME= gnomeprefix gtk20
PLIST_FILES= bin/wmauda \
man/man1/wmauda.1.gz \
share/pixmaps/wmauda.xpm
post-patch:
@${REINPLACE_CMD} -e "/^MANPAGE_DIR.*:=/s,:=.*,:= ${MAN1PREFIX}/man/man1," \
-e 's,audacious,& audclient dbus-glib-1,' \
${WRKSRC}/Makefile
.include <bsd.port.mk>