6b8e265514
and termcap on lld arches.
39 lines
876 B
Makefile
39 lines
876 B
Makefile
# $OpenBSD: Makefile,v 1.21 2018/11/14 20:48:21 sthen Exp $
|
|
|
|
COMMENT= relay for bidirectional data transfer
|
|
|
|
DISTNAME= socat-1.7.3.1
|
|
CATEGORIES= net
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= http://www.dest-unreach.org/socat/
|
|
|
|
MAINTAINER= Nigel Taylor <nigel@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/download/
|
|
|
|
WANTLIB= curses c readline crypto util ssl
|
|
|
|
NO_TEST= Yes
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
CONFIGURE_ARGS += --disable-libwrap
|
|
|
|
pre-build:
|
|
${SUBST_CMD} ${WRKSRC}/doc/socat.1
|
|
${SUBST_CMD} ${WRKSRC}/doc/socat.html
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/socat
|
|
.for file in FAQ README SECURITY doc/xio.help doc/*.html doc/dest-unreach.css
|
|
${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/socat
|
|
.endfor
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/socat
|
|
${INSTALL_DATA} ${WRKSRC}/*.sh ${PREFIX}/share/examples/socat
|
|
|
|
.include <bsd.port.mk>
|