summaryrefslogtreecommitdiff
path: root/net/libsocketcpp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/libsocketcpp/Makefile')
-rw-r--r--net/libsocketcpp/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/libsocketcpp/Makefile b/net/libsocketcpp/Makefile
new file mode 100644
index 000000000000..3c7e5806a44d
--- /dev/null
+++ b/net/libsocketcpp/Makefile
@@ -0,0 +1,20 @@
+# ex:ts=8
+# New ports collection makefile for: libsocketcpp
+# Date created: Aug 12, 2001
+# Whom: ijliao
+#
+# $FreeBSD$
+#
+
+PORTNAME= libsocketcpp
+PORTVERSION= 1.0.6
+CATEGORIES= net
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= libsocket
+
+MAINTAINER= ports@FreeBSD.org
+
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+
+.include <bsd.port.mk>