summaryrefslogtreecommitdiff
path: root/audio/mp3info/Makefile
diff options
context:
space:
mode:
authorMatthew Hunt <mph@FreeBSD.org>1998-06-24 15:34:37 +0000
committerMatthew Hunt <mph@FreeBSD.org>1998-06-24 15:34:37 +0000
commite04fb4c64fdfbf6d954370286b38f35b67f6ecd0 (patch)
tree44a9aebce6fecefa98a44e1498814f09562fef29 /audio/mp3info/Makefile
parentActivate mp3info. (diff)
Import of mp3info, which reveals information like bitrate and playing time
for mp3 files. PR: 7008 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
Notes
Notes: svn path=/head/; revision=11508
Diffstat (limited to 'audio/mp3info/Makefile')
-rw-r--r--audio/mp3info/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/audio/mp3info/Makefile b/audio/mp3info/Makefile
new file mode 100644
index 000000000000..8e3322f7112f
--- /dev/null
+++ b/audio/mp3info/Makefile
@@ -0,0 +1,27 @@
+# New ports collection makefile for: mp3info
+# Version required: 0.2.15
+# Date created: 19 June 1998
+# Whom: Andrey Zakhvatov
+#
+# $Id$
+#
+
+DISTNAME= mp3info-0.2.15
+CATEGORIES= audio
+MASTER_SITES= ftp://bimbo.hive.no/pub/mp3info/
+
+MAINTAINER= andy@icc.surw.chel.su
+
+MAN1= mp3info.1
+
+do-install:
+ @ ${INSTALL_PROGRAM} ${WRKSRC}/mp3info ${PREFIX}/bin
+ @ ${INSTALL_MAN} ${WRKSRC}/mp3info.1 ${PREFIX}/man/man1
+.if !defined(NOPORTDOCS)
+ @ ${MKDIR} ${PREFIX}/share/doc/mp3info
+.for file in COPYRIGHT ChangeLog README
+ @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/mp3info
+.endfor
+.endif
+
+.include <bsd.port.mk>