mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
3bc8bda44b
PR: ports/121235
25 lines
526 B
Makefile
25 lines
526 B
Makefile
# New ports collection makefile for: socket
|
|
# Date created: 14 August 1996
|
|
# Whom: 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
|
|
|
|
post-install:
|
|
@${MKDIR} ${DOCSDIR}/
|
|
@${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
|
|
|
|
.include <bsd.port.mk>
|