freebsd-ports/audio/mpegaudio/Makefile
Pete Fritchman aadccbbca7 Update MASTER_SITES.
PR:		32982
Submitted by:	Joseph Scott <joseph@randomnetworks.com>
2001-12-19 08:04:56 +00:00

24 lines
569 B
Makefile

# New ports collection makefile for: mpegaudio
# Date created: 1 July 1996
# Whom: torstenb
#
# $FreeBSD$
#
PORTNAME= mpegaudio
PORTVERSION= 3.9
CATEGORIES= audio
MASTER_SITES= ftp://ftp.fh-wolfenbuettel.de/pub/os/openbsd/distfiles/ \
ftp://ftp.openbsd.org/pub/OpenBSD/distfiles/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= ports@FreeBSD.org
MAN1= mpeg_musicin.1 mpeg_musicout.1
post-install:
${INSTALL_MAN} ${FILESDIR}/mpeg_musicin.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${FILESDIR}/mpeg_musicout.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>