mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-08 12:01:56 +00:00
![Tobias Kortkamp](/assets/img/avatar_default.png)
- Pet portlint and move 2 item pkg-plist to PLIST_FILES PR: 227182 Submitted by: Nicolas Herry <nicolasherry@gmail.com> (maintainer)
25 lines
475 B
Makefile
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>
|