summaryrefslogtreecommitdiffstats
path: root/devel/libdsp/Makefile
blob: e0f43d37313e13ccec971a0d6bfaaae1b98af87b (plain)
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
38
# New ports collection makefile for:	libdsp
# Date created:		Jan 16, 2001
# Whom:			Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	libdsp
PORTVERSION=	5.0.2
CATEGORIES=	devel audio
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-stable-src/${PORTVERSION} \
		http://mirror.mcx2.org/

DISTNAME=	${PORTNAME}-src-${PORTVERSION}

MAINTAINER=	dhn@FreeBSD.org
COMMENT=	C++ class library of common digital signal processing functions

WRKSRC=		${WRKDIR}/libdsp-src-${PORTVERSION}/${PORTNAME:S/dsp/DSP/}-${PORTVERSION}

USE_AUTOTOOLS=	libtool:env
USE_GMAKE=	yes
MAKE_ENV=	MKDIR="${MKDIR}" INLINE_VER="${INLINE_VER}"
MAKEFILE=	Makefile.BSD
USE_LDCONFIG=	yes

INLINE_VER=	1.4.0

do-configure:
	@${DO_NADA}

.include <bsd.port.pre.mk>

.if ${ARCH} == "i386"
CFLAGS+=	-DDSP_X86
.endif

.include <bsd.port.post.mk>
OpenPOWER on IntegriCloud