summaryrefslogtreecommitdiff
path: root/sysutils/socket/Makefile
diff options
context:
space:
mode:
authortron <tron>1998-02-24 00:20:30 +0000
committertron <tron>1998-02-24 00:20:30 +0000
commitdf70ec59b3a429b3b53362e507fb184a89a2f024 (patch)
tree3a91849cf15f4b5d7b6a929cd6f0cb7a00d407e4 /sysutils/socket/Makefile
parentb588c9b1ffd5213223fdaa8fab34f379aac3a563 (diff)
downloadpkgsrc-df70ec59b3a429b3b53362e507fb184a89a2f024.tar.gz
Initial import of FreeBSD's "socket" port.
Diffstat (limited to 'sysutils/socket/Makefile')
-rw-r--r--sysutils/socket/Makefile17
1 files changed, 17 insertions, 0 deletions
diff --git a/sysutils/socket/Makefile b/sysutils/socket/Makefile
new file mode 100644
index 00000000000..583ecc6e114
--- /dev/null
+++ b/sysutils/socket/Makefile
@@ -0,0 +1,17 @@
+# New ports collection makefile for: socket
+# Version required: 1.1
+# Date created: 14 August 1996
+# Whom: wosch
+#
+# $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
+
+.include <bsd.port.mk>