mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
8ac6cd84c9
WWW: http://pstreams.sourceforge.net/ PR: ports/108205 Submitted by: Andrew Wingorodov <mail at andr.ru>
23 lines
460 B
Makefile
23 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>
|