diff options
author | max <max@FreeBSD.org> | 1997-07-10 17:41:25 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-10 17:41:25 +0800 |
commit | 33ed44d805e25cb456591209ac3121aeef589ce2 (patch) | |
tree | 7bb4a6bd3f1a55b20caf54559e15e7544cd270d2 /audio/mpg123/Makefile | |
parent | 95d2f5b72aae831b2757e8abf2cc18f669cab8ce (diff) | |
download | freebsd-ports-graphics-33ed44d805e25cb456591209ac3121aeef589ce2.tar.gz freebsd-ports-graphics-33ed44d805e25cb456591209ac3121aeef589ce2.tar.zst freebsd-ports-graphics-33ed44d805e25cb456591209ac3121aeef589ce2.zip |
New port, mpg123:
Command-line player for mpeg layer 1, 2 and 3 audio
PR: 3952
Submitted by: Carey Jones <mcj@acquiesce.org>
Diffstat (limited to 'audio/mpg123/Makefile')
-rw-r--r-- | audio/mpg123/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/mpg123/Makefile b/audio/mpg123/Makefile new file mode 100644 index 00000000000..a52d913f0d8 --- /dev/null +++ b/audio/mpg123/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: mpg123 +# Version required: 0.59f +# Date created: 25 June 1997 +# Whom: Carey Jones <mcj@acquiesce.org> +# +# $Id$ +# + +DISTNAME= mpg123-0.59f +CATEGORIES= audio +MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ + +MAINTAINER= mcj@acquiesce.org + +ALL_TARGET= freebsd +MAN1= mpg123.1 + +.include <bsd.port.mk> |