summaryrefslogtreecommitdiff
path: root/math/libffm
diff options
context:
space:
mode:
authorminskim <minskim>2004-05-31 16:47:47 +0000
committerminskim <minskim>2004-05-31 16:47:47 +0000
commitc0f22c18ac10b880417692c6191572b195a7cd1e (patch)
treec68874ff86a33cf9d7290b552a8933e80275f8c2 /math/libffm
parent5620b6f36af6e3a4cefbc86c0520fa2e19b20153 (diff)
downloadpkgsrc-c0f22c18ac10b880417692c6191572b195a7cd1e.tar.gz
Enable pkgviews installation. Patches provided by Joachim Kuebart on
tech-pkg@.
Diffstat (limited to 'math/libffm')
-rw-r--r--math/libffm/Makefile6
1 files changed, 5 insertions, 1 deletions
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