aboutsummaryrefslogtreecommitdiffstats
path: root/audio/mpmf20/Makefile
blob: 5a5b21e4a4ce06448c6711997b6bfe2379ab357c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# 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 sparc64

MAKEFILE=   makefile
PLIST_FILES=    bin/mpmf20

.include <bsd.port.pre.mk>

.if ${ARCH} == i386 && ${OSVERSION} < 502108
BROKEN=     ffs() clash, see i386/41930
.endif

do-install:
    @${INSTALL_PROGRAM} ${WRKSRC}/mpmf20 ${PREFIX}/bin

.include <bsd.port.post.mk>