summaryrefslogtreecommitdiff
path: root/audio/mpmf20/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-09-27 17:51:11 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-09-27 17:51:11 +0000
commit2c83614e4333f5be6c36db32efae90ddb78c27b1 (patch)
tree8e1e3cbd56376008800a7c3e344a1f315a232ddd /audio/mpmf20/Makefile
parentUpdate to version 0.5.2 (diff)
import of mpmf20.
This software is a command line utility used used for transfering audio files in the MP3 format to and from the portable MP3 player MPMan MP-F20. It enables you to upload (specifying the files with wildcards or from a textfile), download, delete, reorder already uploaded files and more on your MPMan MP-F20. PR: Markus Holmberg <saska@acc.umu.se> Submitted by: 13911
Notes
Notes: svn path=/head/; revision=22022
Diffstat (limited to 'audio/mpmf20/Makefile')
-rw-r--r--audio/mpmf20/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile
new file mode 100644
index 000000000000..804201d66f70
--- /dev/null
+++ b/audio/mpmf20/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: mpmf20
+# Version required: 1.01
+# Date created: 22 September 1999
+# Whom: Markus Holmberg <saska@acc.umu.se>
+#
+# $FreeBSD$
+#
+
+DISTNAME= mpmf20
+PKGNAME= mpmf20-1.01
+CATEGORIES= audio
+MASTER_SITES= http://www.world.co.uk/sba/
+EXTRACT_SUFX= .tgz
+
+MAINTAINER= ports@freebsd.org
+
+MAKEFILE= makefile
+
+do-install:
+ @${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin
+
+post-install:
+ @${CAT} ${PKGDIR}/MESSAGE
+
+.include <bsd.port.mk>