1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/audio/wmmp/Makefile
2021-04-06 16:31:07 +02:00

24 lines
468 B
Makefile

# Created by: Nicolas Herry <nicolasherry@gmail.com>
PORTNAME= wmmp
PORTVERSION= 0.12.6
CATEGORIES= audio windowmaker
MAINTAINER= nicolasherry@gmail.com
COMMENT= Dockable musicpd client applet for Window Maker
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake xorg
USE_GITHUB= yes
GH_ACCOUNT= yogsothoth
USE_XORG= xpm x11 xext
PLIST_FILES= bin/WMmp man/man1/WMmp.1.gz
post-install:
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/WMmp
.include <bsd.port.mk>