1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00
freebsd-ports/audio/mpmf20/Makefile
Edwin Groothuis 864d7cfc78 Previous maintainer asks to remove his website / name from the port
PR:		ports/43848
Submitted by:	Markus Holmberg <markush+freebsd@acc.umu.se>
2002-12-11 11:19:41 +00:00

29 lines
523 B
Makefile

# New ports collection makefile for: mpmf20
# Date created: 22 September 1999
# Whom: Markus Holmberg <saska@acc.umu.se>
#
# $FreeBSD$
#
PORTNAME= mpmf20
PORTVERSION= 1.01
CATEGORIES= audio
MASTER_SITES= http://www.world.co.uk/sba/
DISTNAME= ${PORTNAME}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
MAKEFILE= makefile
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500000
BROKEN= "ffs() clash, see i386/41930"
.endif
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin
.include <bsd.port.post.mk>