summaryrefslogtreecommitdiff
path: root/math/tasp-vsipl/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'math/tasp-vsipl/Makefile')
-rw-r--r--math/tasp-vsipl/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/math/tasp-vsipl/Makefile b/math/tasp-vsipl/Makefile
new file mode 100644
index 00000000000..1eea15a7013
--- /dev/null
+++ b/math/tasp-vsipl/Makefile
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1.1.1 2001/05/16 21:18:28 jtb Exp $
+
+DISTNAME= tvcp012401
+PKGNAME= tasp-vsipl-20010516
+CATEGORIES= math
+MASTER_SITES= http://www.vsipl.org/
+
+MAINTAINER= packages@netbsd.org
+HOMEPAGE= http://www.vsipl.org/
+COMMENT= Vector Signal Image Processing Library
+
+DIST_SUBDIR= tasp-vsipl
+
+USE_X11= yes
+WRKSRC= ${WRKDIR}/TASP_VSIPL_Core_Plus/build.${MACHINE_ARCH}
+
+post-extract:
+ ${MKDIR} ${WRKSRC}
+
+post-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tasp-vsipl
+ cd ${WRKDIR}/TASP_VSIPL_Core_Plus/ && ${INSTALL_DATA} Copyright \
+ README_FIRST *.pdf ${PREFIX}/share/doc/tasp-vsipl
+
+.include "../../mk/bsd.pkg.mk"