summaryrefslogtreecommitdiff
path: root/security/sslwrap/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2000-09-28 12:27:16 +0000
committeragc <agc@pkgsrc.org>2000-09-28 12:27:16 +0000
commit52f0b762032e7b927a76af5d3a3833c767b231ce (patch)
tree1d8aa09173d45fcb1bc730bee52443575c869af4 /security/sslwrap/Makefile
parent4830639d571b1a130c4dbd3b561950d015684238 (diff)
downloadpkgsrc-52f0b762032e7b927a76af5d3a3833c767b231ce.tar.gz
Remove this package for now, until the 1.5 tag is made.
It will be re-imported after that.
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"