freebsd-ports/audio/mpegaudio/Makefile
Andreas Klemm 809c5e9479 Created manpages mpeg_musicin.1 and mpeg_musicout.1
Expect not too much ... but if somebody is very experienced
in using these tools, then please feel free to add some
,,flesh´´ to these manpages. Now you have a good starting
point.
PR:	closes PR 1518
1997-08-17 16:56:12 +00:00

23 lines
538 B
Makefile

# New ports collection makefile for: mpegaudio
# Date created: 1 July 1996
# Whom: torstenb
#
# $Id: Makefile,v 1.2 1996/11/15 23:13:52 obrien Exp $
#
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>