freebsd-ports/audio/mpmf20/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

30 lines
616 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
MAKEFILE= makefile
PLIST_FILES= bin/mpmf20
.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>