2002-05-14 13:20:59 +02:00
|
|
|
# Ports collection makefile for: socat
|
2009-01-15 17:26:30 +01:00
|
|
|
# Date created: May 14, 2002
|
|
|
|
# Whom: ijliao
|
2002-05-14 13:20:59 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= socat
|
2011-12-06 09:49:25 +01:00
|
|
|
PORTVERSION= 1.7.2.0
|
2009-01-15 17:26:30 +01:00
|
|
|
CATEGORIES= net ipv6
|
|
|
|
MASTER_SITES= http://www.dest-unreach.org/socat/download/ \
|
|
|
|
CRITICAL
|
2002-05-14 13:20:59 +02:00
|
|
|
|
2009-01-15 17:26:30 +01:00
|
|
|
MAINTAINER= ehaupt@FreeBSD.org
|
2003-06-09 12:57:27 +02:00
|
|
|
COMMENT= Multipurpose relay and more
|
2002-05-14 13:20:59 +02:00
|
|
|
|
2011-12-06 09:49:25 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2003-01-03 18:42:08 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2009-01-15 17:26:30 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_RC_SUBR= socat
|
2011-12-06 09:49:25 +01:00
|
|
|
USE_OPENSSL= yes
|
2009-03-27 10:53:36 +01:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2004-06-30 09:25:42 +02:00
|
|
|
|
2009-01-16 17:50:02 +01:00
|
|
|
PORTSCOUT= skipv:2.0.0-b2
|
|
|
|
|
2011-12-06 09:49:25 +01:00
|
|
|
MAN1= socat.1
|
2004-06-30 09:25:42 +02:00
|
|
|
PLIST_FILES= bin/filan bin/procan bin/socat
|
2003-06-09 12:57:27 +02:00
|
|
|
|
2005-06-22 12:11:05 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2011-12-06 09:49:25 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
PORTDOCS= EXAMPLES README SECURITY FAQ
|
2005-06-22 12:11:05 +02:00
|
|
|
.endif
|
|
|
|
|
2003-10-23 08:28:01 +02:00
|
|
|
post-install:
|
2006-04-29 20:41:39 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
@${MKDIR} ${DOCSDIR}
|
2004-06-30 09:25:42 +02:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}
|
2003-06-09 12:57:27 +02:00
|
|
|
.endif
|
2002-05-14 13:20:59 +02:00
|
|
|
|
2005-06-22 12:11:05 +02:00
|
|
|
.include <bsd.port.post.mk>
|