mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
2975b7bf34
Requested by: Vanilla GTK+ Shu <vanilla@ns.oneway.net> (and others)
24 lines
552 B
Makefile
24 lines
552 B
Makefile
# New ports collection makefile for: mpg123
|
|
# Version required: 0.59o
|
|
# Date created: 25 June 1997
|
|
# Whom: Carey Jones <mcj@acquiesce.org>
|
|
#
|
|
# $Id: Makefile,v 1.10 1999/01/28 03:41:43 jkoshy Exp $
|
|
#
|
|
|
|
DISTNAME= mpg123-0.59q
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www-ti.informatik.uni-tuebingen.de/~hippm/mpg123/ \
|
|
ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \
|
|
http://ftp.tu-clausthal.de/pub/unix/audio/mpg123/
|
|
|
|
MAINTAINER= jkoshy@freebsd.org
|
|
|
|
MAN1= mpg123.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
ALL_TARGET= freebsd
|
|
|
|
.include <bsd.port.post.mk>
|