aboutsummaryrefslogtreecommitdiff
path: root/net/libsocketcpp/Makefile
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-12 11:20:29 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-08-12 11:20:29 +0000
commit1ed0a9cd41dcaf779f0d351606f23d56ca88407a (patch)
treee5aea6a8d8b96d40e0953c3f353cb361f9cd706c /net/libsocketcpp/Makefile
parent588695caec22406d25abea9fa0919bebb9f1cf05 (diff)
downloadports-1ed0a9cd41dcaf779f0d351606f23d56ca88407a.tar.gz
ports-1ed0a9cd41dcaf779f0d351606f23d56ca88407a.zip
Notes
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>