summaryrefslogtreecommitdiff
path: root/devel/tmin/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/tmin/Makefile')
-rw-r--r--devel/tmin/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/devel/tmin/Makefile b/devel/tmin/Makefile
deleted file mode 100644
index 6fdd45930ee..00000000000
--- a/devel/tmin/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $NetBSD: Makefile,v 1.2 2014/12/10 20:07:45 wiz Exp $
-
-DISTNAME= tmin-0.05
-CATEGORIES= devel
-MASTER_SITES= https://tmin.googlecode.com/files/
-
-MAINTAINER= pkgsrc-users@NetBSD.org
-HOMEPAGE= https://code.google.com/p/tmin/
-COMMENT= Tool for minimizing complex test cases in security testing
-LICENSE= apache-2.0
-
-WRKSRC= ${WRKDIR}/tmin
-
-INSTALLATION_DIRS= bin share/doc/tmin
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/tmin ${DESTDIR}${PREFIX}/bin
- ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/tmin
-
-.include "../../mk/bsd.pkg.mk"