mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
91c3b180c1
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'a'.
25 lines
480 B
Makefile
25 lines
480 B
Makefile
# Created by: Nicolas Herry <nicolasherry@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
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>
|