summaryrefslogtreecommitdiff
path: root/security/sslwrap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/sslwrap/Makefile')
-rw-r--r--security/sslwrap/Makefile28
1 files changed, 0 insertions, 28 deletions
diff --git a/security/sslwrap/Makefile b/security/sslwrap/Makefile
deleted file mode 100644
index a0febc00775..00000000000
--- a/security/sslwrap/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2000/09/20 00:39:11 explorer Exp $
-
-DISTNAME= sslwrap205
-PKGNAME= sslwrap-2.0.5
-CATEGORIES= security net
-MASTER_SITES= http://www.rickk.com/sslwrap/
-
-MAINTAINER= explorer@netbsd.org
-HOMEPAGE= http://www.rickk.com/sslwrap/
-
-RESTRICTED= "Crypto; export-controlled"
-MIRROR_DISTFILE= no
-
-.include "../../mk/bsd.prefs.mk"
-
-#WRKSRC= ${WRKDIR}/sslwrap205
-
-MAKE_ENV= SSL_LIBDIR=-L${SSLBASE}/lib SSL_INCDIR=-L${SSLBASE}/include
-
-USE_SSL= defined
-
-pre-configure:
- @${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
-
-do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/sslwrap ${PREFIX}/libexec/sslwrap
-
-.include "../../mk/bsd.pkg.mk"