From 687ebad5793673aa516c86b5177969a31ac5f9cb Mon Sep 17 00:00:00 2001 From: Alexey Dokuchaev Date: Wed, 13 Mar 2013 09:06:35 +0000 Subject: - Trim the Makefile header - Drop an article from COMMENT - Utilize PORTDOCS and OptionsNG - NOPORTDOCS -> PORT_OPTIONS:MDOCS - Unmute installation commands - Generally cleanup Makefile - Reformat port description --- audio/tempest_for_eliza/Makefile | 25 +++++++++++++------------ audio/tempest_for_eliza/pkg-descr | 8 ++++---- audio/tempest_for_eliza/pkg-plist | 2 -- 3 files changed, 17 insertions(+), 18 deletions(-) (limited to 'audio') diff --git a/audio/tempest_for_eliza/Makefile b/audio/tempest_for_eliza/Makefile index 6a16c2c20296..bf67c7e6c01c 100644 --- a/audio/tempest_for_eliza/Makefile +++ b/audio/tempest_for_eliza/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tempest_for_eliza -# Date created: 17 February 2001 -# Whom: George Reid -# +# Created by: George Reid # $FreeBSD$ -# PORTNAME= tempest_for_eliza PORTVERSION= 1.0.5 @@ -12,21 +8,26 @@ CATEGORIES= audio MASTER_SITES= http://www.erikyyy.de/tempest/ MAINTAINER= ports@FreeBSD.org -COMMENT= A program to send AM radio signals using a PC monitor +COMMENT= Program to send AM radio signals using a PC monitor USE_GMAKE= yes GNU_CONFIGURE= yes USE_SDL= sdl +SONGS= forelise jonny fruehling saints oldmacdonald ungarian \ + godfather starwars tempest +PORTDOCS= * + +OPTIONS_DEFINE= DOCS + +.include + post-install: @${MKDIR} ${PREFIX}/share/tempest -.for S in forelise jonny fruehling saints oldmacdonald ungarian \ - godfather starwars tempest - @${INSTALL_DATA} ${WRKSRC}/songs/$S ${PREFIX}/share/tempest -.endfor -.if !defined(NOPORTDOCS) + ${INSTALL_DATA} ${SONGS:S,^,${WRKSRC}/songs/,} ${PREFIX}/share/tempest +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif .include diff --git a/audio/tempest_for_eliza/pkg-descr b/audio/tempest_for_eliza/pkg-descr index bd134d315464..17b30a5b7949 100644 --- a/audio/tempest_for_eliza/pkg-descr +++ b/audio/tempest_for_eliza/pkg-descr @@ -1,6 +1,6 @@ -Tempest for Eliza is a program that uses your computer monitor to send -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. +Tempest for Eliza is a program that uses your computer monitor to send 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. WWW: http://www.erikyyy.de/tempest/ diff --git a/audio/tempest_for_eliza/pkg-plist b/audio/tempest_for_eliza/pkg-plist index dd544d91827e..d649a031c909 100644 --- a/audio/tempest_for_eliza/pkg-plist +++ b/audio/tempest_for_eliza/pkg-plist @@ -9,6 +9,4 @@ share/tempest/ungarian share/tempest/godfather share/tempest/starwars share/tempest/tempest -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm share/tempest -- cgit v1.2.3