aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libdsp/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-09-09 20:09:32 +0800
committerijliao <ijliao@FreeBSD.org>2001-09-09 20:09:32 +0800
commit2002ef9ce2c472859651304332fa0295a91e1c98 (patch)
tree243476a82faf6f77ecdbdd7b4028d04b4696a9b1 /devel/libdsp/Makefile
parentd77b93aef2c6b76b9c9d74367b849b68ffc91c43 (diff)
downloadfreebsd-ports-gnome-2002ef9ce2c472859651304332fa0295a91e1c98.tar.gz
freebsd-ports-gnome-2002ef9ce2c472859651304332fa0295a91e1c98.tar.zst
freebsd-ports-gnome-2002ef9ce2c472859651304332fa0295a91e1c98.zip
upgrade to 4.1.1
drop maintainership
Diffstat (limited to 'devel/libdsp/Makefile')
-rw-r--r--devel/libdsp/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/devel/libdsp/Makefile b/devel/libdsp/Makefile
index dd1901225ac6..db618cf82cf3 100644
--- a/devel/libdsp/Makefile
+++ b/devel/libdsp/Makefile
@@ -7,23 +7,25 @@
#
PORTNAME= libdsp
-PORTVERSION= 4.0.0
+PORTVERSION= 4.1.1
CATEGORIES= devel audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
DISTNAME= libdsp-src-${PORTVERSION}
-MAINTAINER= ijliao@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
# dont use "USE_LIBTOOL=yes" because there's no configure script
BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool
WRKSRC= ${WRKDIR}/libdsp-src/${PORTNAME:S/dsp/DSP/}-${PORTVERSION}
-INLINE_VER= 1.2.2
+MAKEFILE= Makefile.FreeBSD
+INLINE_VER= 1.2.3
USE_GMAKE= yes
INSTALLS_SHLIB= yes
post-patch:
- @${PERL} -pi -e "s|%%INLINE_VER%%|${INLINE_VER}|g" ${WRKSRC}/${MAKEFILE}
+ @${PERL} -pi -e "s|%%INLINE_VER%%|${INLINE_VER}|g ; \
+ s|install -m 644|${INSTALL_DATA}|g" ${WRKSRC}/${MAKEFILE}
.include <bsd.port.mk>