mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
5f06ed4dc6
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
22 lines
430 B
Makefile
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>
|