aboutsummaryrefslogtreecommitdiffstats
path: root/devel/pstreams/Makefile
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2007-01-25 04:57:34 +0800
committermiwi <miwi@FreeBSD.org>2007-01-25 04:57:34 +0800
commitaa071f786c6d4078e6a7ebe9dccad090860078dd (patch)
tree7705df6cab463157a014432d34c220b5bc917557 /devel/pstreams/Makefile
parentc9f942acdb65aa06aef1f8429cf411d38642cef6 (diff)
downloadfreebsd-ports-gnome-aa071f786c6d4078e6a7ebe9dccad090860078dd.tar.gz
freebsd-ports-gnome-aa071f786c6d4078e6a7ebe9dccad090860078dd.tar.zst
freebsd-ports-gnome-aa071f786c6d4078e6a7ebe9dccad090860078dd.zip
C++ utility for simple IOStream-based Inter-Process Communication
WWW: http://pstreams.sourceforge.net/ PR: ports/108205 Submitted by: Andrew Wingorodov <mail at andr.ru>
Diffstat (limited to 'devel/pstreams/Makefile')
-rw-r--r--devel/pstreams/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/devel/pstreams/Makefile b/devel/pstreams/Makefile
new file mode 100644
index 000000000000..633c13e8703d
--- /dev/null
+++ b/devel/pstreams/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: pstreams
+# Date created: 22 Jan 2007
+# Whom: Andrew Wingorodov <mail@andr.ru>
+#
+# $FreeBSD$
+
+PORTNAME= pstreams
+PORTVERSION= 0.5.2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= pstreams
+
+MAINTAINER= mail@andr.ru
+COMMENT= C++ utility for simple IOStream-based IPC
+
+USE_GMAKE= yes
+NO_BUILD= yes
+
+PLIST_FILES= include/pstreams/pstream.h
+PLIST_DIRS= include/pstreams
+
+.include <bsd.port.mk>