View | Details | Raw Unified | Return to bug 80516
Collapse All | Expand All

(-)/usr/ports/audio/tempest_for_eliza.adopt/Makefile (-2 / +3 lines)
Lines 11-17 Link Here
11
CATEGORIES=	audio
11
CATEGORIES=	audio
12
MASTER_SITES=	http://www.erikyyy.de/tempest/
12
MASTER_SITES=	http://www.erikyyy.de/tempest/
13
13
14
MAINTAINER=	ports@FreeBSD.org
14
MAINTAINER=	r.c.ladan@student.tue.nl
15
COMMENT=	A program to send AM radio signals using a PC monitor
15
COMMENT=	A program to send AM radio signals using a PC monitor
16
16
17
USE_GMAKE=	yes
17
USE_GMAKE=	yes
Lines 20-26 Link Here
20
20
21
post-install:
21
post-install:
22
	${MKDIR} ${PREFIX}/share/tempest
22
	${MKDIR} ${PREFIX}/share/tempest
23
.for S in forelise jonny fruehling saints oldmacdonald ungarian
23
.for S in forelise jonny fruehling saints oldmacdonald ungarian \
24
	godfather starwars tempest
24
	${INSTALL_DATA} ${WRKSRC}/songs/$S ${PREFIX}/share/tempest
25
	${INSTALL_DATA} ${WRKSRC}/songs/$S ${PREFIX}/share/tempest
25
.endfor
26
.endfor
26
.if !defined(NOPORTDOCS)
27
.if !defined(NOPORTDOCS)
(-)/usr/ports/audio/tempest_for_eliza.adopt/pkg-descr (-6 / +5 lines)
Lines 1-8 Link Here
1
Tempest for Eliza is a program that uses your computer monitor to send
1
Tempest for Eliza is a program that uses your computer monitor to send
2
out AM short wave radio signals. You can then hear computer generated
2
out AM radio signals. You can then hear computer generated music in
3
music in your radio. it teaches you that your computer can be
3
your radio. it teaches you that your computer can be observed.
4
observed. Tempest for Eliza works with every monitor, every
4
Tempest for Eliza works with every monitor, every resolution.
5
resolution.
6
5
7
- George Reid
6
- Rene Ladan
8
greid@ukug.uk.freebsd.org
7
r.c.ladan@student.tue.nl
(-)/usr/ports/audio/tempest_for_eliza.adopt/pkg-plist (-2 / +5 lines)
Lines 1-11 Link Here
1
bin/tempest_for_eliza
1
bin/tempest_for_eliza
2
bin/tempest_for_mp3
2
bin/tempest_for_mp3
3
%%PORTDOCS%%share/doc/tempest/README
4
share/tempest/forelise
3
share/tempest/forelise
5
share/tempest/fruehling
4
share/tempest/fruehling
6
share/tempest/jonny
5
share/tempest/jonny
7
share/tempest/oldmacdonald
6
share/tempest/oldmacdonald
8
share/tempest/saints
7
share/tempest/saints
9
share/tempest/ungarian
8
share/tempest/ungarian
10
%%PORTDOCS%%@dirrm share/doc/tempest
9
share/tempest/godfather
10
share/tempest/starwars
11
share/tempest/tempest
11
@dirrm share/tempest
12
@dirrm share/tempest
13
%%DOCSDIR%%README
14
%%PORTDOCS%%@dirrm %%DOCSDIR%%

Return to bug 80516