diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-27 17:51:11 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-27 17:51:11 +0000 |
commit | 8cf33491ffc0ab258270b6ca72d7adb25c9509d0 (patch) | |
tree | 04e222b65e9e6e9c3941a1a598863920a96ffc69 /audio/mpmf20/Makefile | |
parent | 02fb5525caa12b1f37267290c2147cfb50473c0a (diff) | |
download | FreeBSD-ports-8cf33491ffc0ab258270b6ca72d7adb25c9509d0.zip FreeBSD-ports-8cf33491ffc0ab258270b6ca72d7adb25c9509d0.tar.gz |
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
Diffstat (limited to 'audio/mpmf20/Makefile')
-rw-r--r-- | audio/mpmf20/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/audio/mpmf20/Makefile b/audio/mpmf20/Makefile new file mode 100644 index 0000000..804201d --- /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> |