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