summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-05-31 16:47:47 +0000
committerminskim <minskim@pkgsrc.org>2004-05-31 16:47:47 +0000
commit101b04ee1152ba900fed912850e695ff5b4592d4 (patch)
treec68874ff86a33cf9d7290b552a8933e80275f8c2 /math
parent4f098b48ff51609eec3df6a8cab4d02a6777438d (diff)
downloadpkgsrc-101b04ee1152ba900fed912850e695ff5b4592d4.tar.gz
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'math')
-rw-r--r--math/fftw2/Makefile4
-rw-r--r--math/libffm/Makefile6
2 files changed, 8 insertions, 2 deletions
diff --git a/math/fftw2/Makefile b/math/fftw2/Makefile
index 2803a9b1247..431f9a8d242 100644
--- a/math/fftw2/Makefile
+++ b/math/fftw2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/02/19 11:11:31 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2004/05/31 16:47:48 minskim Exp $
DISTNAME= fftw-2.1.5
PKGNAME= fftw2-2.1.5
@@ -10,6 +10,8 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.fftw.org/
COMMENT= Collection of fast C routines to compute DFTs
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
.if ${MACHINE_ARCH} == "i386"
diff --git a/math/libffm/Makefile b/math/libffm/Makefile
index de42a2ae168..f6e3131ad62 100644
--- a/math/libffm/Makefile
+++ b/math/libffm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2004/02/11 08:31:37 xtraeme Exp $
+# $NetBSD: Makefile,v 1.8 2004/05/31 16:47:48 minskim Exp $
DISTNAME= libffm.0.28
PKGNAME= libffm-0.28
@@ -8,11 +8,15 @@ MASTER_SITES= ftp://ftp.unix-ag.org/user/nils/
MAINTAINER= root@garbled.net
COMMENT= Fast alpha-optimized replacement for some libm routines
+PKG_INSTALLATION_TYPES= overwrite pkgviews
+
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
ONLY_FOR_PLATFORM= NetBSD-*-alpha
+INSTALLATION_DIRS= lib include
+
do-install:
${INSTALL_DATA} ${WRKSRC}/libffm.a ${PREFIX}/lib/libffm.a
${INSTALL_DATA} ${WRKSRC}/libffm.h ${PREFIX}/include/libffm.h