From 0b152d9924cf09346fb256654f91686798c876b7 Mon Sep 17 00:00:00 2001 From: ijliao Date: Mon, 9 Jul 2001 02:09:22 +0000 Subject: upgrade to 4.0.0 Submitted by: bento error log --- devel/libdsp/Makefile | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) (limited to 'devel/libdsp/Makefile') diff --git a/devel/libdsp/Makefile b/devel/libdsp/Makefile index dc527be4f342..dd1901225ac6 100644 --- a/devel/libdsp/Makefile +++ b/devel/libdsp/Makefile @@ -7,30 +7,23 @@ # PORTNAME= libdsp -PORTVERSION= 3.3.8 +PORTVERSION= 4.0.0 CATEGORIES= devel audio -MASTER_SITES= http://www.pp.clinet.fi/~visitor/dlbins/ -DISTNAME= libdsp-src +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= libdsp-src-${PORTVERSION} 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 - +INLINE_VER= 1.2.2 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 -- cgit