88c67cd38c
- Patch libtool so it uses the same library version specification as on Darwin, Linux and other systems. Given the version current:revision:age a library will be given the extension .so.major.age.revision with major equal to current-age. Before libtool would use .so.current on FreeBSD. - Patch libtoolize to remove two cases of umask 0 that caused libltdl files to be copied world writable (--ltdl option) - Let USES=libtool patch this new version correctly - Adjust all ports with USES=libtool:build and bump PORTREVISION on their dependent ports if a library version changed PR: 194068 Exp-run by: antoine Approved by: portmgr (antoine)
27 lines
654 B
Makefile
27 lines
654 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libdsp
|
|
PORTVERSION= 5.0.2
|
|
PORTREVISION= 2
|
|
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}
|
|
|
|
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
|
|
|
|
.include <bsd.port.mk>
|