aboutsummaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2011-02-11 09:52:46 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2011-02-11 09:52:46 +0000
commitb68f9e85b66b41c651317661402653bacea3fd0a (patch)
tree6983465a9dedf2d75aee0eaa1d87164a61906082 /audio
parent7a0af0fd58b9d12a4be24d9c5f6ae1b7c452a46b (diff)
downloadports-b68f9e85b66b41c651317661402653bacea3fd0a.tar.gz
ports-b68f9e85b66b41c651317661402653bacea3fd0a.zip
- Add LICENSE
- Create a link (bin/stymulator -> bin/ymplayer) [1] - Remove MD5 checksums Requested by: many [1] Feature safe: yes
Notes
Notes: svn path=/head/; revision=268926
Diffstat (limited to 'audio')
-rw-r--r--audio/stymulator/Makefile7
-rw-r--r--audio/stymulator/distinfo1
2 files changed, 5 insertions, 3 deletions
diff --git a/audio/stymulator/Makefile b/audio/stymulator/Makefile
index db002bf4d156..201ad78bb722 100644
--- a/audio/stymulator/Makefile
+++ b/audio/stymulator/Makefile
@@ -7,7 +7,7 @@
PORTNAME= stymulator
DISTVERSION= 0.21a
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= audio
MASTER_SITES= http://atariarea.krap.pl/stymulator/files/ \
CRITICAL
@@ -21,11 +21,14 @@ USE_DOS2UNIX= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/src
MAN1= ymplayer.1 ym2wav.1
-PLIST_FILES= bin/ym2wav bin/ymplayer
+PLIST_FILES= bin/ym2wav bin/ymplayer bin/stymulator
+
+LICENSE= GPLv2
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/ym2wav ${PREFIX}/bin
${INSTALL_PROGRAM} ${WRKSRC}/ymplayer ${PREFIX}/bin
+ ${LN} ${PREFIX}/bin/ymplayer ${PREFIX}/bin/${PORTNAME}
.for f in ${MAN1}
${INSTALL_MAN} ${FILESDIR}/${f} ${MAN8PREFIX}/man/man1
.endfor
diff --git a/audio/stymulator/distinfo b/audio/stymulator/distinfo
index f89add377d68..a735eeb1f47a 100644
--- a/audio/stymulator/distinfo
+++ b/audio/stymulator/distinfo
@@ -1,3 +1,2 @@
-MD5 (STYMulator-0.21a.tar.gz) = e6ab8164dfac0300bb91a82f6e704841
SHA256 (STYMulator-0.21a.tar.gz) = df0ea39339620682e76e0d8b6b128d69ccaa82687556aa207c1f6d6826206365
SIZE (STYMulator-0.21a.tar.gz) = 113278