# ex:ts=8 # New ports collection makefile for: libdsp # Date created: Jan 16, 2001 # Whom: Ying-Chieh Liao # # $FreeBSD$ # PORTNAME= libdsp PORTVERSION= 4.6.0 PORTREVISION= 1 CATEGORIES= devel audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ class library of common digital signal processing functions WRKSRC= ${WRKDIR}/libdsp-src/${PORTNAME:S/dsp/DSP/}-${PORTVERSION} WANT_LIBTOOL_VER=13 USE_GMAKE= yes MAKE_ENV= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" MKDIR="${MKDIR}" \ INLINE_VER="${INLINE_VER}" MAKEFILE= Makefile.FreeBSD INSTALLS_SHLIB= yes INLINE_VER= 1.2.5 do-configure: @${DO_NADA} .include .if ${ARCH} == "i386" CFLAGS+= -DDSP_X86 .endif .include