summaryrefslogtreecommitdiff
path: root/sysutils/socket/Makefile
blob: 8770ad2dfa3fb09637167861a32dbde9a9df7500 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# New ports collection makefile for: socket
# Version required:     1.1
# Date created:         14 August 1996
# Whom:                 wosch
#
# $NetBSD: Makefile,v 1.2 1998/02/24 00:44:24 tron Exp $
# $FreeBSD Id: Makefile,v 1.7 1997/08/16 10:14:56 wosch Exp
#

DISTNAME=       socket-1.1
CATEGORIES=	sysutils net
MASTER_SITES=   http://www.freebsd.org/~wosch/src/

MAINTAINER=     wosch@FreeBSD.org

MAN1=		socket.1

MAKE_ENV+=	INSTALLBASE=${PREFIX}

.include <bsd.port.mk>