freebsd-ports/devel/libdsp/Makefile
2008-09-03 17:27:53 +00:00

41 lines
807 B
Makefile

# ex:ts=8
# New ports collection makefile for: libdsp
# Date created: Jan 16, 2001
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libdsp
PORTVERSION= 5.0.0
CATEGORIES= devel audio
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= ports@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:15:env
USE_GMAKE= yes
MAKE_ENV= MKDIR="${MKDIR}" INLINE_VER="${INLINE_VER}"
MAKEFILE= Makefile.BSD
USE_LDCONFIG= yes
INLINE_VER= 1.2.8
do-configure:
@${DO_NADA}
.include <bsd.port.pre.mk>
.if ${ARCH} == "i386"
CFLAGS+= -DDSP_X86
.endif
.if ${OSVERSION} < 700000
BROKEN= Unable to build
.endif
.include <bsd.port.post.mk>