mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
37 lines
761 B
Makefile
37 lines
761 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= 3.3.8
|
|
CATEGORIES= devel audio
|
|
MASTER_SITES= http://www.pp.clinet.fi/~visitor/dlbins/
|
|
DISTNAME= libdsp-src
|
|
|
|
MAINTAINER= ijliao@FreeBSD.org
|
|
|
|
# dont use "USE_LIBTOOL=yes" because there's no configure script
|
|
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
WRKSRC= ${WRKDIR}/libdsp-src/${PORTNAME:S/dsp/DSP/}-${PORTVERSION}
|
|
MAKEFILE= Makefile.FreeBSD
|
|
INLINE_VER= 1.2.1
|
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s|%%INLINE_VER%%|${INLINE_VER}|g" ${WRKSRC}/${MAKEFILE}
|
|
|
|
post-install:
|
|
@${RM} ${PREFIX}/lib/libdsp.la
|
|
|
|
.include <bsd.port.mk>
|