1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/devel/libdsp/Makefile
Vanilla I. Shu bb9b187c71 add USE_AUTOTOOLS back to fix build failure.
Submitted by:	swills@
2014-06-15 02:53:14 +00:00

36 lines
760 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= libdsp
PORTVERSION= 5.0.2
PORTREVISION= 1
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}
USES= gmake libtool
USE_AUTOTOOLS= libtool:env
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>