1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/devel/libdsp/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

29 lines
707 B
Makefile

PORTNAME= libdsp
PORTVERSION= 5.0.2
PORTREVISION= 3
CATEGORIES= devel audio
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable-src/${PORTVERSION} \
http://mirror.mcx2.org/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= C++ class library of common digital signal processing functions
WWW= https://libdsp.sourceforge.net/overview.html
WRKSRC= ${WRKDIR}/libdsp-src-${PORTVERSION}/${PORTNAME:S/dsp/DSP/}-${PORTVERSION}
MAKE_ENV= MKDIR="${MKDIR}" INLINE_VER="${INLINE_VER}"
MAKEFILE= Makefile.BSD
USES= gmake libtool:build
USE_LDCONFIG= yes
INLINE_VER= 1.4.0
CFLAGS_i386+= -DDSP_X86
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libdsp.so
.include <bsd.port.mk>