diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-18 19:04:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-04-18 19:04:40 +0000 |
commit | b432ed11ba19c86df023ab59831b3c9f06a92101 (patch) | |
tree | 012a6a8c186ae5da2f98d6feb8a2f5525ee65bbb /security/distcache/Makefile | |
parent | 4dcc1160bdd473c6bc0db8802fbcf1fe6531c3d9 (diff) |
Notes
Diffstat (limited to 'security/distcache/Makefile')
-rw-r--r-- | security/distcache/Makefile | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/security/distcache/Makefile b/security/distcache/Makefile new file mode 100644 index 000000000000..ac804306c5d8 --- /dev/null +++ b/security/distcache/Makefile @@ -0,0 +1,47 @@ +# New ports collection makefile for: distcache +# Date created: 2005-04-13 +# Whom: Marcel Prisi <marcel.prisi@virtua.ch> +# +# $FreeBSD$ +# + +PORTNAME= distcache +PORTVERSION= 1.4.5 +CATEGORIES= security www +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ + http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/ +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= marcel.prisi@virtua.ch +COMMENT= Distributed OpenSSL session caching tools + +CONFLICTS= distcache-devel-* + +USE_BZIP2= yes +USE_RC_SUBR= dc_server.sh +USE_LIBTOOL_VER=15 +USE_OPENSSL= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +INSTALLS_SHLIB= 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 + +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${DOCSDIR} +.for f in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include <bsd.port.mk> |