summaryrefslogtreecommitdiff
path: root/audio/mpegaudio/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2002-05-12 00:54:02 +0000
committerwiz <wiz@pkgsrc.org>2002-05-12 00:54:02 +0000
commit12ce2c88260e2970ee4216551b110f90ee6ada12 (patch)
tree406c00025a9ff2c04c9b044a88e52a26766facaa /audio/mpegaudio/Makefile
parent9ef9cc4e0605700140974c0a03a65880feb01813 (diff)
downloadpkgsrc-12ce2c88260e2970ee4216551b110f90ee6ada12.tar.gz
Initial import of mpegaudio, based on a package by Veego, which seems based
on the FreeBSD port: mpegaudio is an MPEG/audio Layer 1 and Layer 2 software package.
Diffstat (limited to 'audio/mpegaudio/Makefile')
-rw-r--r--audio/mpegaudio/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/audio/mpegaudio/Makefile b/audio/mpegaudio/Makefile
new file mode 100644
index 00000000000..185d15bb2d1
--- /dev/null
+++ b/audio/mpegaudio/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD: Makefile,v 1.1.1.1 2002/05/12 00:54:02 wiz Exp $
+
+DISTNAME= mpegaudio
+PKGNAME= mpegaudio-3.9
+CATEGORIES= audio
+MASTER_SITES= ftp://ftp.ise.fhg.de/pub/graphics/mpeg/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= packages@netbsd.org
+COMMENT= MPEG/audio Layer 1 and Layer 2 encoder/decoder package
+
+post-install:
+ ${INSTALL_MAN} ${FILESDIR}/mpeg_musicin.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${FILESDIR}/mpeg_musicout.1 ${PREFIX}/man/man1
+
+.include "../../mk/bsd.pkg.mk"