From 080d4e87e5fff987d547920fe5dabaaa24ad2a1b Mon Sep 17 00:00:00 2001 From: Christian Weisgerber Date: Mon, 29 Jul 2002 14:32:23 +0000 Subject: Cleanup: removes the various optional dependencies, and shows pkg-message after install which says to install one or more real audio players before using cplay. PR: 38546 Submitted by: Jochem Kossen --- audio/cplay/Makefile | 54 ++----------------------------------------------- audio/cplay/pkg-message | 7 +++++++ 2 files changed, 9 insertions(+), 52 deletions(-) create mode 100644 audio/cplay/pkg-message (limited to 'audio/cplay') diff --git a/audio/cplay/Makefile b/audio/cplay/Makefile index e1f26df4ae18..de018c2dd86b 100644 --- a/audio/cplay/Makefile +++ b/audio/cplay/Makefile @@ -7,69 +7,18 @@ PORTNAME= cplay PORTVERSION= 1.45 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.tf.hut.fi/~flu/cplay/ MAINTAINER= j.kossen@home.nl -RUN_DEPENDS= mpg123:${PORTSDIR}/audio/mpg123 - USE_GMAKE= yes USE_PYTHON= yes MAN1= cplay.1 MAKE_ARGS+= PREFIX="${PREFIX}" -.if defined(WITH_VORBIS) -RUN_DEPENDS+= ogg123:${PORTSDIR}/audio/vorbis-tools -.endif - -.if defined(WITH_MADPLAY) -RUN_DEPENDS+= madplay:${PORTSDIR}/audio/mad -.endif - -.if defined(WITH_MIKMOD) -RUN_DEPENDS+= mikmod:${PORTSDIR}/audio/mikmod -.endif - -.if defined(WITH_MPG321) -RUN_DEPENDS+= mpg321:$(PORTSDIR)/audio/mpg321 -.endif - -.if defined(WITH_SPLAY) -RUN_DEPENDS+= splay:${PORTSDIR}/audio/splay -.endif - -pre-everything: -.if !defined(WITH_VORBIS) || !defined(WITH_MADPLAY) || !defined(WITH_MIKMOD) || defined(WITH_MPG321) || !defined(WITH_SPLAY) - @${ECHO_MSG} -.if !defined(WITH_VORBIS) - @${ECHO_MSG} "If you want to have OGG VORBIS support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_VORBIS=yes\"" - @${ECHO_MSG} -.endif -.if !defined(WITH_MADPLAY) - @${ECHO_MSG} "If you want to have MADPLAY support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_MADPLAY=yes\"" - @${ECHO_MSG} -.endif -.if !defined(WITH_MIKMOD) - @${ECHO_MSG} "If you want to have MIKMOD support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_MIKMOD=yes\"" - @${ECHO_MSG} -.endif -.if !defined(WITH_MPG321) - @${ECHO_MSG} "If you want to have MPG321 support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_MPG321=yes\"" - @${ECHO_MSG} -.endif -.if !defined(WITH_SPLAY) - @${ECHO_MSG} "If you want to have SPLAY support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_SPLAY=yes\"" - @${ECHO_MSG} -.endif -.endif - post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/cplay @@ -77,5 +26,6 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/cplay ${INSTALL_MAN} ${WRKSRC}/TODO ${PREFIX}/share/doc/cplay .endif + @${CAT} ${PKGMESSAGE} .include diff --git a/audio/cplay/pkg-message b/audio/cplay/pkg-message new file mode 100644 index 000000000000..5eba4532bd35 --- /dev/null +++ b/audio/cplay/pkg-message @@ -0,0 +1,7 @@ +********************************************************************* +* cplay is a front-end. To use it, you need to install one or more * +* of the following ports (audio players): * +* * +* audio/mpg123, audio/mpg321, audio/vorbis-tools, audio/mikmod, * +* audio/mad or audio/splay * +********************************************************************* -- cgit v1.2.3