diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-02-11 09:52:46 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2011-02-11 09:52:46 +0000 |
commit | b68f9e85b66b41c651317661402653bacea3fd0a (patch) | |
tree | 6983465a9dedf2d75aee0eaa1d87164a61906082 /audio/stymulator | |
parent | 7a0af0fd58b9d12a4be24d9c5f6ae1b7c452a46b (diff) |
Notes
Diffstat (limited to 'audio/stymulator')
-rw-r--r-- | audio/stymulator/Makefile | 7 | ||||
-rw-r--r-- | audio/stymulator/distinfo | 1 |
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 |