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/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/math/tasp-vsipl/Makefile b/math/tasp-vsipl/Makefile
deleted file mode 100644
index 94f90e61827..00000000000
--- a/math/tasp-vsipl/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2005/06/01 18:03:04 jlam Exp $
-
-DISTNAME= tvcpp0p8
-PKGNAME= tasp-vsipl-20030710
-CATEGORIES= math
-MASTER_SITES= http://www.vsipl.org/software/
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.vsipl.org/
-COMMENT= Vector Signal Image Processing Library
-
-WRKSRC= ${WRKDIR}/${DISTNAME}/lib
-DIST_SUBDIR= tasp-vsipl
-
-
-.include "../../mk/x11.buildlink3.mk"
-
-post-extract:
- ${MKDIR} ${WRKSRC}
-
-post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tasp-vsipl
- cd ${WRKSRC}/../ && ${INSTALL_DATA} Copyright \
- README_FIRST *.pdf ${PREFIX}/share/doc/tasp-vsipl
-
-do-test:
- @cd ${WRKSRC}/../testing && ${SETENV} ${MAKE_ENV} ${MAKE} all
-
-.include "../../mk/bsd.pkg.mk"