aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libdsp/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-07-09 10:09:22 +0800
committerijliao <ijliao@FreeBSD.org>2001-07-09 10:09:22 +0800
commit0b152d9924cf09346fb256654f91686798c876b7 (patch)
tree36c818f75ac0e78480b576a57cb3202a148743c2 /devel/libdsp/Makefile
parent2ead729f006ff60c23d4cf5a7874bcb3392f059d (diff)
downloadfreebsd-ports-gnome-0b152d9924cf09346fb256654f91686798c876b7.tar.gz
freebsd-ports-gnome-0b152d9924cf09346fb256654f91686798c876b7.tar.zst
freebsd-ports-gnome-0b152d9924cf09346fb256654f91686798c876b7.zip
upgrade to 4.0.0
Submitted by: bento error log
Diffstat (limited to 'devel/libdsp/Makefile')
-rw-r--r--devel/libdsp/Makefile17
1 files changed, 5 insertions, 12 deletions
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 <bsd.port.mk>