freebsd-ports/sysutils/socket/Makefile
Edwin Groothuis d66b1112ff update to sysutils/socket: NetBSD IPv6 patches imported
I have created a patch that can be applied to provide IPv6
	support for sysutils/socket utility. The patch imported
	from NetBSD and cleaned up to be cleanly work on FreeBSD.

PR:		ports/36202
Submitted by:	Janos Mohacsi <janos.mohacsi@dante.org.uk>
Approved by:	maintainer timeout
2003-09-29 12:57:22 +00:00

25 lines
561 B
Makefile

# New ports collection makefile for: socket
# Date created: 14 August 1996
# Whom: wosch
#
# $FreeBSD$
#
PORTNAME= socket
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= sysutils net ipv6
MASTER_SITES= http://www.de.freebsd.org/~wosch/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} ${PREFIX}/share/doc/socket
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/socket
.include <bsd.port.mk>