mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
864d7cfc78
PR: ports/43848 Submitted by: Markus Holmberg <markush+freebsd@acc.umu.se>
29 lines
523 B
Makefile
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>
|