forked from Lainports/opnsense-ports
16 lines
313 B
Makefile
16 lines
313 B
Makefile
# Created by: Steve Jacobson <sjac@cs.stanford.edu>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sock
|
|
PORTVERSION= 0.3.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.icir.org/christian/downloads/
|
|
|
|
MAINTAINER= sjac@cs.stanford.edu
|
|
COMMENT= W. Richard Stevens' sock program
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/sock
|
|
|
|
.include <bsd.port.mk>
|