1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/sysutils/socket/Makefile

22 lines
443 B
Makefile

# Created by: wosch
# $FreeBSD$
PORTNAME= socket
PORTVERSION= 1.1
PORTREVISION= 2
CATEGORIES= sysutils net ipv6
MASTER_SITES= http://wolfram.schneider.org/src/
MAINTAINER= wosch@FreeBSD.org
COMMENT= Create TCP socket and connect to stdin/out
MAKE_ENV+= SWITCHES="-DUSE_INET6 -DHAVE_SYS_PARAM_H -Wall"
MAN1= socket.1
NO_STAGE= yes
post-install:
@${MKDIR} ${DOCSDIR}/
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
.include <bsd.port.mk>