aboutsummaryrefslogtreecommitdiffstats
path: root/audio/wmsmixer
diff options
context:
space:
mode:
authorlx <lx@FreeBSD.org>2010-10-08 02:30:10 +0800
committerlx <lx@FreeBSD.org>2010-10-08 02:30:10 +0800
commit7e52e9e59049330952630e24c3f76b9c91fce9fb (patch)
tree0d3efea9913f7836c38a53d26191efd5ea0433a2 /audio/wmsmixer
parent86e73de4938aee09e3883a4827ac3eb516ca97a2 (diff)
downloadfreebsd-ports-gnome-7e52e9e59049330952630e24c3f76b9c91fce9fb.tar.gz
freebsd-ports-gnome-7e52e9e59049330952630e24c3f76b9c91fce9fb.tar.zst
freebsd-ports-gnome-7e52e9e59049330952630e24c3f76b9c91fce9fb.zip
Fix MASTER_SITES, PREFIX support and distinfo.
Submitted by: http://people.freebsd.org/~ehaupt/distilator/
Diffstat (limited to 'audio/wmsmixer')
-rw-r--r--audio/wmsmixer/Makefile13
-rw-r--r--audio/wmsmixer/distinfo6
-rw-r--r--audio/wmsmixer/pkg-descr2
3 files changed, 15 insertions, 6 deletions
diff --git a/audio/wmsmixer/Makefile b/audio/wmsmixer/Makefile
index 1fdd83a1bcb1..e9f07453960d 100644
--- a/audio/wmsmixer/Makefile
+++ b/audio/wmsmixer/Makefile
@@ -9,14 +9,23 @@ PORTNAME= wmsmixer
PORTVERSION= 0.5.1
PORTREVISION= 1
CATEGORIES= audio windowmaker
-MASTER_SITES= http://www.hibernaculum.net/download/
+MASTER_SITES= http://www.dockapps.org/files/63/268/ \
+ http://redundancy.redundancy.org/mirror/
-MAINTAINER= lx@redundancy.redundancy.org
+MAINTAINER= lx@FreeBSD.org
COMMENT= An audio mixer for the WindowMaker dock
PLIST_FILES= bin/wmsmixer
+PORTDOCS= README
USE_XORG= xpm
USE_IMAKE= YES
MAKE_ARGS= CC="${CXX}" CFLAGS="${CXXFLAGS}"
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/wmsmixer ${PREFIX}/bin
+.if !defined(NOPORTDOCS)
+ @${MKDIR} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+.endif
+
.include <bsd.port.mk>
diff --git a/audio/wmsmixer/distinfo b/audio/wmsmixer/distinfo
index fd648b18f6ae..2a71903537a2 100644
--- a/audio/wmsmixer/distinfo
+++ b/audio/wmsmixer/distinfo
@@ -1,3 +1,3 @@
-MD5 (wmsmixer-0.5.1.tar.gz) = 41d64b4a79756ded25ddb614d574114b
-SHA256 (wmsmixer-0.5.1.tar.gz) = eee60a40ba92e4c2c9a038c6e51cd3bd62b24b38a096d091dc60dfd26f0c5daa
-SIZE (wmsmixer-0.5.1.tar.gz) = 33350
+MD5 (wmsmixer-0.5.1.tar.gz) = 02ba412c97c7cc3365690fe74c99f145
+SHA256 (wmsmixer-0.5.1.tar.gz) = 168b0f608e4da9fab078845652a8bbffcfeabbcdce949faf597ba9a17c4bb556
+SIZE (wmsmixer-0.5.1.tar.gz) = 33085
diff --git a/audio/wmsmixer/pkg-descr b/audio/wmsmixer/pkg-descr
index 750e415982b2..445b2fe18b43 100644
--- a/audio/wmsmixer/pkg-descr
+++ b/audio/wmsmixer/pkg-descr
@@ -1,5 +1,5 @@
Improved version of wmmixer, an audio mixer for the WindowMaker dock.
-WWW: http://www.hibernaculum.net/wmsmixer/index.php
+WWW: http://www.dockapps.org/file.php/id/63
-- K. Konstantinidis <kkonstan@daemon.gr>