mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
7e37bc8cb0
PR: 17026 Submitted by: Markus Holmberg <markush@acc.umu.se>
24 lines
459 B
Makefile
24 lines
459 B
Makefile
# 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/ \
|
|
http://www.acc.umu.se/~markush/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
MAKEFILE= makefile
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|