2002-05-14 07:20:59 -04:00
|
|
|
# ex:ts=8
|
|
|
|
# Ports collection makefile for: socat
|
|
|
|
# Date created: May 14, 2002
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= socat
|
2003-10-23 02:28:01 -04:00
|
|
|
PORTVERSION= 1.3.2.2
|
2002-05-14 07:20:59 -04:00
|
|
|
CATEGORIES= net
|
2002-05-31 03:56:07 -04:00
|
|
|
MASTER_SITES= http://www.dest-unreach.org/socat/download/
|
2002-05-14 07:20:59 -04:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-06-09 06:57:27 -04:00
|
|
|
COMMENT= Multipurpose relay and more
|
2002-05-14 07:20:59 -04:00
|
|
|
|
2002-10-05 10:02:55 -04:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R}
|
2003-06-09 06:57:27 -04:00
|
|
|
USE_BZIP2= yes
|
2002-05-31 03:56:07 -04:00
|
|
|
|
2003-01-03 12:42:08 -05:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
MAKE_ARGS= CCOPT="${CFLAGS}"
|
|
|
|
|
2003-06-09 06:57:27 -04:00
|
|
|
MAN1= socat.1
|
2003-07-10 03:22:59 -04:00
|
|
|
DOCS= EXAMPLES README SECURITY
|
2003-06-09 06:57:27 -04:00
|
|
|
|
|
|
|
.if !defined(NOPORTDOCS)
|
2003-10-23 02:28:01 -04:00
|
|
|
post-install:
|
2003-06-09 06:57:27 -04:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
2003-10-23 02:28:01 -04:00
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
2003-06-09 06:57:27 -04:00
|
|
|
.endif
|
2002-05-14 07:20:59 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|