mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
20 lines
465 B
Makefile
20 lines
465 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.5 1998/05/17 03:53:52 mph Exp $
|
|
#
|
|
|
|
DISTNAME= mpg123-0.59o
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \
|
|
http://homepages.uni-tuebingen.de/student/michael.hipp/mpg123/
|
|
|
|
MAINTAINER= ports@freebsd.org
|
|
|
|
ALL_TARGET= freebsd
|
|
MAN1= mpg123.1
|
|
|
|
.include <bsd.port.mk>
|