diff options
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 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> |