freebsd-ports/devel/pstreams/Makefile
Martin Wilke 8ac6cd84c9 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>
2007-01-24 20:57:34 +00:00

22 lines
460 B
Makefile

# 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>