mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
20 lines
373 B
Makefile
20 lines
373 B
Makefile
# Created by: Peter Vereshagin <peter@vereshagin.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= WMmp
|
|
PORTVERSION= 0.10.0
|
|
CATEGORIES= audio windowmaker
|
|
MASTER_SITES= SF/musicpd/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= peter@vereshagin.org
|
|
COMMENT= Window Maker Dockapp for MusicPD
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_XORG= x11 xpm
|
|
NO_STAGE= yes
|
|
|
|
PLIST_FILES= bin/WMmp
|
|
MAN1= WMmp.1
|
|
|
|
.include <bsd.port.mk>
|