summaryrefslogtreecommitdiff
path: root/security/distcache-devel/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/distcache-devel/Makefile')
-rw-r--r--security/distcache-devel/Makefile46
1 files changed, 0 insertions, 46 deletions
diff --git a/security/distcache-devel/Makefile b/security/distcache-devel/Makefile
deleted file mode 100644
index f6e6a95c42d0..000000000000
--- a/security/distcache-devel/Makefile
+++ /dev/null
@@ -1,46 +0,0 @@
-# Created by: Marcel Prisi <marcel.prisi@virtua.ch>
-# $FreeBSD$
-
-PORTNAME= distcache
-PORTVERSION= 1.5.1
-PORTREVISION= 1
-CATEGORIES= security www
-MASTER_SITES= SF/${PORTNAME}/1.%20${PORTNAME}-devel/${PORTVERSION} \
- http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/
-
-PKGNAMESUFFIX= -devel
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Distributed OpenSSL session caching tools - development version
-
-CONFLICTS= distcache-1.4*
-
-USES= tar:bzip2
-USE_RC_SUBR= dc_server
-USE_AUTOTOOLS= libtool
-USE_OPENSSL= yes
-LIBTOOLFILES= configure ssl/configure
-USE_LDCONFIG= yes
-
-SUB_LIST+= NAME=dc_server
-
-.if !defined(NOPORTDOCS)
-PORTDOCS= ANNOUNCE BUGS CHANGES FAQ INSTALL LICENSE README
-.endif
-
-MAN1= dc_client.1 dc_server.1 dc_snoop.1 dc_test.1 sslswamp.1
-MAN2= DC_CTX_new.2 DC_PLUG_new.2 DC_PLUG_read.2 DC_SERVER_new.2 \
- NAL_ADDRESS_new.2 NAL_BUFFER_new.2 NAL_CONNECTION_new.2 \
- NAL_LISTENER_new.2 NAL_SELECTOR_new.2 NAL_decode_uint32.2
-MAN8= distcache.8
-
-NO_STAGE= yes
-post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
-.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
-.endfor
-.endif
-
-.include <bsd.port.mk>