freebsd-ports/devel/libdsp/Makefile

39 lines
812 B
Makefile
Raw Normal View History

# 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
2003-02-20 18:07:10 +01:00
COMMENT= C++ class library of common digital signal processing functions
2008-08-31 10:55:42 +02:00
WRKSRC= ${WRKDIR}/libdsp-src-${PORTVERSION}/${PORTNAME:S/dsp/DSP/}-${PORTVERSION}
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool:env
USE_GMAKE= yes
MAKE_ENV= MKDIR="${MKDIR}" INLINE_VER="${INLINE_VER}"
2008-08-31 10:55:42 +02:00
MAKEFILE= Makefile.BSD
USE_LDCONFIG= yes
2001-02-23 06:35:57 +01:00
INLINE_VER= 1.4.0
2001-03-16 18:00:27 +01:00
do-configure:
@${DO_NADA}
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
CFLAGS+= -DDSP_X86
.endif
.include <bsd.port.post.mk>