1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/devel/libsock/Makefile
Jason Evans a5909018cc Add ports for:
libstash - Algorithms and data structures library.
libsock - TCP/IP networking library
ncat - Like cat(1), but with sockets.
proxy - Transparent logging proxy.

All of these ports are part of a single source distribution, but they fit
better into the ports scheme as separate ports.
2000-08-23 07:35:52 +00:00

32 lines
636 B
Makefile

# New ports collection Makefile for: libsock
# Date created: 22 August 2000
# Whom: jasone
#
# $FreeBSD$
#
PORTNAME= libsock
PORTVERSION= 1.0.0
CATEGORIES= devel
DISTNAME= canonware-1.0.0
MASTER_SITES= http://www.canonware.com/download/canonware/
MAINTAINER= jasone@FreeBSD.org
BUILD_DEPENDS= cook:${PORTSDIR}/devel/cook \
libstash:${PORTSDIR}/devel/libstash
USE_AUTOCONF= yes
GNU_CONFIGURE= yes
MAN3= libsock.3s libsock_sock.3s libsock_socks.3s
MANCOMPRESSED= no
do-build:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook libsock)
do-install:
@(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} cook libsock_install)
.include <bsd.port.mk>