This commit is contained in:
marc 1998-10-06 23:18:44 +00:00
parent fdf985092c
commit 8600d5f4be

View File

@ -1,23 +1,18 @@
# New ports collection makefile for: mpg123
# Version required: 0.59o
# Date created: 28 April 1998
# Whom: Niels Provos
#
# $Id: Makefile,v 1.1.1.1 1998/04/28 11:29:58 provos Exp $
# $Id: Makefile,v 1.2 1998/10/06 23:18:44 marc 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= provos@openbsd.org
MASTER_SITES= ftp://ftp.tu-clausthal.de/pub/unix/audio/mpg123/ \
http://homepages.uni-tuebingen.de/student/michael.hipp/mpg123/
.if (${MACHINE_ARCH} != "i386")
ALL_TARGET= openbsd
.else
ALL_TARGET= openbsd-i386
.endif
MAN1= mpg123.1
.include <bsd.port.mk>