1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/sysutils/socket/Makefile
Philip M. Gollucci 3bc8bda44b - Forgot to bump PORTREVISION
PR:             ports/121235
2010-09-09 22:53:37 +00:00

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>