summaryrefslogtreecommitdiff
path: root/audio/mpiosh/Makefile
blob: f89c08da84a24b10b333503761357afbcbff3628 (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
33
34
35
36
37
# New ports collection makefile for:	mpio-driver
# Date created:				19 Jun 2003
# Whom:					Sergey Akifyev <asa@gascom.ru>
#
# $FreeBSD$
#

PORTNAME=	mpiosh
PORTVERSION=	0.7.0
CATEGORIES=	audio
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	mpio
DISTNAME=	mpio-${PORTVERSION}

MAINTAINER=	asa@gascom.ru
COMMENT=	Digit@lway MPIO MP3 player tool

RUN_DEPENDS=	${MODULES}/mpio.ko:${PORTSDIR}/audio/mpio-driver

MODULES?=	/modules

USE_ICONV=	yes
USE_LIBTOOL_VER=	13
USE_GETOPT_LONG=	yes
GNU_CONFIGURE=	yes
INSTALLS_SHLIB=	yes

CONFIGURE_TARGET=
CONFIGURE_ENV=	CFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 500000
IGNORE=		This port only works for FreeBSD 4.x
.endif

.include <bsd.port.post.mk>