mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
18 lines
365 B
Makefile
18 lines
365 B
Makefile
# New ports collection makefile for: socket
|
|
# Version required: 1.1
|
|
# Date created: 14 August 1996
|
|
# Whom: wosch
|
|
#
|
|
# $Id: Makefile,v 1.4 1997/04/13 21:51:44 wosch Exp $
|
|
#
|
|
|
|
DISTNAME= socket-1.1
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MAINTAINER= wosch@FreeBSD.org
|
|
|
|
MAN1= socket.1
|
|
|
|
.include <bsd.port.mk>
|