mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
65ab34a667
Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
23 lines
495 B
Makefile
23 lines
495 B
Makefile
# New ports collection makefile for: mpegaudio
|
|
# Date created: 1 July 1996
|
|
# Whom: torstenb
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= mpegaudio
|
|
PKGNAME= mpegaudio-3.9
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.iuma.com/audio_utils/converters/source/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= torstenb@FreeBSD.org
|
|
|
|
MAN1= mpeg_musicin.1 mpeg_musicout.1
|
|
|
|
post-install:
|
|
${INSTALL_MAN} ${FILESDIR}/mpeg_musicin.1 ${PREFIX}/man/man1
|
|
${INSTALL_MAN} ${FILESDIR}/mpeg_musicout.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|