1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/audio/mpmf20/Makefile
Mark Linimon 686a04b74a Mark various ports as broken or ignore on powerpc.
While here, remove remnants of alpha.
2010-04-01 05:16:19 +00:00

27 lines
547 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
COMMENT= File transfer tool for the MPMan MP-F20 portable MP3-player
NOT_FOR_ARCHS= ia64 powerpc sparc64
MAKEFILE= makefile
PLIST_FILES= bin/mpmf20
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin
.include <bsd.port.mk>