aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mpegaudio/Makefile
blob: 36fb161fd53c3198b121dabcc2853c642c0e7b88 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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.iuma.com/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 ${PREFIX}/man/man1
    ${INSTALL_MAN} ${FILESDIR}/mpeg_musicout.1 ${PREFIX}/man/man1

.include <bsd.port.mk>