1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/audio/mpegaudio/Makefile
Steve Price 08350e9c6c - Fix MASTER_SITES
- Support CC properly
- Change location of data files from lib/ to share/
- gets() -> fgets()

PR:		23270
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-11 02:46:00 +00:00

24 lines
527 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= http://www.iuma.com/IUMA/ftp/audio_utils/converters/source/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tar.Z
MAINTAINER= torstenb@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>