# Created by: Andrew Wingorodov # $FreeBSD: head/devel/pstreams/Makefile 331759 2013-10-27 11:50:24Z madpilot $ PORTNAME= pstreams PORTVERSION= 0.8.0 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/Release%200.8.x MAINTAINER= eg@fbsd.lt COMMENT= C++ utility for simple IOStream-based IPC LICENSE= LGPL3 USES= gmake MAKE_ENV+= INSTALL_PREFIX=${PREFIX} NO_BUILD= yes PLIST_FILES= include/pstreams/pstream.h PLIST_DIRS= include/pstreams .include