1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-08 12:01:56 +00:00
Tobias Kortkamp d86e8c1e36 audio/wmmp: Update to 0.12.4
- Pet portlint and move 2 item pkg-plist to PLIST_FILES

PR:		227182
Submitted by:	Nicolas Herry <nicolasherry@gmail.com> (maintainer)
2018-04-01 17:36:45 +00:00

25 lines
475 B
Makefile

# Created by: Nicolas Herry <nicolasherry@gmail.com>
# $FreeBSD$
PORTNAME= wmmp
PORTVERSION= 0.12.4
CATEGORIES= audio windowmaker
MAINTAINER= nicolasherry@gmail.com
COMMENT= Dockable musicpd client applet for Window Maker
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= cmake
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>