1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/sysutils/socket/Makefile
Bill Fumerola 31f088e830 The descr is not a place to just cram the entire README. Instead, take the
first paragraph which gives a good overview, and install the README file.
2000-11-01 23:56:27 +00:00

23 lines
435 B
Makefile

# New ports collection makefile for: socket
# Date created: 14 August 1996
# Whom: wosch
#
# $FreeBSD$
#
PORTNAME= socket
PORTVERSION= 1.1
CATEGORIES= sysutils net
MASTER_SITES= http://www.de.freebsd.org/~wosch/src/
MAINTAINER= wosch@FreeBSD.org
MAN1= socket.1
post-install:
@${MKDIR} ${PREFIX}/share/doc/socket
@${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/socket
.include <bsd.port.mk>