aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thiel <lx@FreeBSD.org>2010-10-07 18:30:10 +0000
committerDavid Thiel <lx@FreeBSD.org>2010-10-07 18:30:10 +0000
commite99014ac6f40190fb09045d6fce732e9d4072a73 (patch)
tree50e13bbd6e580b08f3eb8dada2a163305e588780
parentd57fd0f88186260343ca13bc8bee960d36b511c6 (diff)
downloadports-e99014ac6f40190fb09045d6fce732e9d4072a73.tar.gz
ports-e99014ac6f40190fb09045d6fce732e9d4072a73.zip
Notes
-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>