blob: 8626175a9bc8542e5ff8e61443c06dc402d424e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: mpg123
# Version required: 0.59k
# Date created: 25 June 1997
# Whom: Carey Jones <mcj@acquiesce.org>
#
# $Id: Makefile,v 1.1.1.1 1997/10/28 23:18:38 augustss Exp $
#
DISTNAME= mpg123-0.59k
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>
|