diff options
author | Bill Fenner <fenner@FreeBSD.org> | 1997-11-16 22:48:49 +0000 |
---|---|---|
committer | Bill Fenner <fenner@FreeBSD.org> | 1997-11-16 22:48:49 +0000 |
commit | 5426a73ffada6222382af99cbd9a5f192337efa5 (patch) | |
tree | 5f82237ccecd5976ea0f3b45c117d77f20dc88c3 /audio/cdplay/Makefile | |
parent | 10b725ff5ab473d4630474316f51220c92492f2c (diff) |
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>
Notes
Notes:
svn path=/head/; revision=8670
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 000000000000..164f563eb35f --- /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> |