1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/audio/wmmp/Makefile
Dmitry Marakasov 5f06ed4dc6 WMmp is a dockable musicpd (MPD) client applet for Window Maker.
It offers controls to play, pause, stop the music, as well as
navigate back and forth the current playlist.

musicpd volume can be set with the mouse wheel.

WWW: https://github.com/yogsothoth/wmmp

PR:		216904
Submitted by:	nicolasherry@gmail.com
2017-12-05 18:25:59 +00:00

22 lines
430 B
Makefile

# Created by: Nicolas Herry <nicolasherry@gmail.com>
# $FreeBSD$
PORTNAME= wmmp
PORTVERSION= 0.12.1
CATEGORIES= audio windowmaker
MAINTAINER= nicolasherry@gmail.com
COMMENT= Dockable musicpd client applet for Window Maker
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= yogsothoth
USES= autoreconf libtool gmake pathfix pkgconfig
GNU_CONFIGURE= yes
USE_XORG= xpm x11 xext
.include <bsd.port.mk>