mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
809c5e9479
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
23 lines
538 B
Makefile
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>
|