diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-09 10:57:27 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-06-09 10:57:27 +0000 |
commit | 1e1074d998797861adc478f90ef687cd690e7cf4 (patch) | |
tree | 1375360f270b8e4bfb845c986b2f9b769146ca2f /net/socat/Makefile | |
parent | adcf3d9e6068b48794fdef6bf1b5d89008a3ab84 (diff) |
Notes
Diffstat (limited to 'net/socat/Makefile')
-rw-r--r-- | net/socat/Makefile | 17 |
1 files changed, 14 insertions, 3 deletions
diff --git a/net/socat/Makefile b/net/socat/Makefile index 5a923a20d993..c38e90a38265 100644 --- a/net/socat/Makefile +++ b/net/socat/Makefile @@ -7,19 +7,30 @@ # PORTNAME= socat -PORTVERSION= 1.3.0.1 +PORTVERSION= 1.3.1.0 CATEGORIES= net MASTER_SITES= http://www.dest-unreach.org/socat/download/ MAINTAINER= ports@FreeBSD.org -COMMENT= A relay for bidirectional data transfer between two indep. data channels +COMMENT= Multipurpose relay and more WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R:R} +USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} MAKE_ARGS= CCOPT="${CFLAGS}" -MAN1= socat.1 +MAN1= socat.1 + +DOCS= EXAMPLES SECURITY + +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for f in ${DOCS} + ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif .include <bsd.port.mk> |