diff options
author | fenner <fenner@FreeBSD.org> | 1997-11-16 22:48:49 +0000 |
---|---|---|
committer | fenner <fenner@FreeBSD.org> | 1997-11-16 22:48:49 +0000 |
commit | 24f5c74e709f65e3b8804a0df131b2ccdc4d0fb8 (patch) | |
tree | 368388c0b7ab19155be1fe0dbeb8d81356ac45f7 /audio/cdplay/Makefile | |
parent | aeccc7cc71107001fcf8c76a33d61a2a1ca2d2bc (diff) | |
download | FreeBSD-ports-24f5c74e709f65e3b8804a0df131b2ccdc4d0fb8.zip FreeBSD-ports-24f5c74e709f65e3b8804a0df131b2ccdc4d0fb8.tar.gz |
A text-mode audio CD player with a nice termcap-and-cbreak-based UI.
Check it out, it's pretty cool!
PR: ports/4972
Submitted by: Antti Kaipila <anttik@silic.one.sci.fi>
Diffstat (limited to 'audio/cdplay/Makefile')
-rw-r--r-- | audio/cdplay/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/cdplay/Makefile b/audio/cdplay/Makefile new file mode 100644 index 0000000..164f563 --- /dev/null +++ b/audio/cdplay/Makefile @@ -0,0 +1,15 @@ +# New ports collection makefile for: cdplay +# Version required: 2.2.1 +# Date created: 8 July 1997 +# Whom: Antti Kaipila <anttik@iki.fi> +# +# $Id$ +# + +DISTNAME= cdplay-0.9 +CATEGORIES= audio +MASTER_SITES= ftp://ftp.one.sci.fi/pub/cdplay/ + +MAINTAINER= anttik@iki.fi + +.include <bsd.port.mk> |