mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
222bf1352c
Requested by maintainer Committer comment: ..and while at it do some minor changes to Makefile PR: 276679
29 lines
687 B
Makefile
29 lines
687 B
Makefile
PORTNAME= wmmp
|
|
DISTVERSION= 0.12.6
|
|
PORTREVISION= 1
|
|
CATEGORIES= audio windowmaker
|
|
MASTER_SITES= https://codeberg.org/beastieboy/${PORTNAME}/archive/${DISTVERSIONFULL}${EXTRACT_SUFX}?dummy=/
|
|
|
|
MAINTAINER= beastieboy@beastieboy.net
|
|
COMMENT= Dockable musicpd client applet for Window Maker
|
|
WWW= https://codeberg.org/beastieboy/wmmp
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
USES= cmake xorg
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USE_XORG= xpm x11 xext
|
|
|
|
PLIST_FILES= bin/WMmp \
|
|
share/man/man1/WMmp.1.gz
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's|/man/man1|/share/man/man1|g' \
|
|
${PATCH_WRKSRC}/CMakeLists.txt
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/WMmp
|
|
|
|
.include <bsd.port.mk>
|