blob: ba211d58890ee4b87832417538f11a0ab7f94c34 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
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>
|