summaryrefslogtreecommitdiff
path: root/audio/mpmf20/Makefile
blob: 65383a1eef98868e7c41093eacd5096fc0dc13d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>