diff options
author | novel <novel@FreeBSD.org> | 2005-05-02 07:00:27 +0000 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-02 07:00:27 +0000 |
commit | fd8b4bacbe70fec9e2f42999c559f3a6158663ec (patch) | |
tree | 3dacda3dac74ceaf6effe25714ac6a04979a2b17 /audio | |
parent | e64480024c858ca16825d90377e07adc3c786dd4 (diff) | |
download | FreeBSD-ports-fd8b4bacbe70fec9e2f42999c559f3a6158663ec.zip FreeBSD-ports-fd8b4bacbe70fec9e2f42999c559f3a6158663ec.tar.gz |
- install some extra sample files
- pet portlint(1)
- update pkg-descr
- pass maintainership to submitter
PR: 80516
Submitted by: Rene Ladan <r.c.ladan@student.tue.nl>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/tempest_for_eliza/Makefile | 5 | ||||
-rw-r--r-- | audio/tempest_for_eliza/pkg-descr | 10 | ||||
-rw-r--r-- | audio/tempest_for_eliza/pkg-plist | 7 |
3 files changed, 11 insertions, 11 deletions
diff --git a/audio/tempest_for_eliza/Makefile b/audio/tempest_for_eliza/Makefile index 73b4bcd..714874b 100644 --- a/audio/tempest_for_eliza/Makefile +++ b/audio/tempest_for_eliza/Makefile @@ -11,7 +11,7 @@ PORTREVISION= 2 CATEGORIES= audio MASTER_SITES= http://www.erikyyy.de/tempest/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= r.c.ladan@student.tue.nl COMMENT= A program to send AM radio signals using a PC monitor USE_GMAKE= yes @@ -20,7 +20,8 @@ USE_SDL= sdl post-install: ${MKDIR} ${PREFIX}/share/tempest -.for S in forelise jonny fruehling saints oldmacdonald ungarian +.for S in forelise jonny fruehling saints oldmacdonald ungarian \ + godfather starwars tempest ${INSTALL_DATA} ${WRKSRC}/songs/$S ${PREFIX}/share/tempest .endfor .if !defined(NOPORTDOCS) diff --git a/audio/tempest_for_eliza/pkg-descr b/audio/tempest_for_eliza/pkg-descr index 75567d2..9f7af3c 100644 --- a/audio/tempest_for_eliza/pkg-descr +++ b/audio/tempest_for_eliza/pkg-descr @@ -1,8 +1,4 @@ Tempest for Eliza is a program that uses your computer monitor to send -out AM short wave radio signals. You can then hear computer generated -music in your radio. it teaches you that your computer can be -observed. Tempest for Eliza works with every monitor, every -resolution. - -- George Reid -greid@ukug.uk.freebsd.org +out AM radio signals. You can then hear computer generated music in +your radio. it teaches you that your computer can be observed. +Tempest for Eliza works with every monitor, every resolution. diff --git a/audio/tempest_for_eliza/pkg-plist b/audio/tempest_for_eliza/pkg-plist index 0fac744..4065ea3 100644 --- a/audio/tempest_for_eliza/pkg-plist +++ b/audio/tempest_for_eliza/pkg-plist @@ -1,11 +1,14 @@ bin/tempest_for_eliza bin/tempest_for_mp3 -%%PORTDOCS%%share/doc/tempest/README share/tempest/forelise share/tempest/fruehling share/tempest/jonny share/tempest/oldmacdonald share/tempest/saints share/tempest/ungarian -%%PORTDOCS%%@dirrm share/doc/tempest +share/tempest/godfather +share/tempest/starwars +share/tempest/tempest @dirrm share/tempest +%%DOCSDIR%%README +%%PORTDOCS%%@dirrm %%DOCSDIR%% |