mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
18 lines
319 B
Makefile
18 lines
319 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
|
|
|
|
.include <bsd.port.mk>
|