freebsd-ports/devel/libdsp/Makefile
Martin Wilke 0205dbd263 - Update to 5.0.2
PR:		5.0.2
Submitted by:	Dennis Herrmann <adox@mcx2.org> (maintainer)
2009-01-11 13:28:51 +00:00

41 lines
821 B
Makefile

# 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 \
http://mirror.mcx2.org/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= adox@mcx2.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.4.0
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>