aboutsummaryrefslogtreecommitdiff
path: root/devel/pstreams/Makefile
blob: a757162ccea0e3a40d58024da89ffa8caad54c16 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for: pstreams
# Date created: 	22 Jan 2007
# Whom: 		Andrew Wingorodov <mail@andr.ru>
#
# $FreeBSD$

PORTNAME=	pstreams
PORTVERSION=	0.6.0
CATEGORIES=	devel
MASTER_SITES=	SF

MAINTAINER=	eg@fbsd.lt
COMMENT=	C++ utility for simple IOStream-based IPC

USE_GMAKE=	yes
MAKE_ENV+=	INSTALL_PREFIX=${PREFIX}
NO_BUILD=	yes

PLIST_FILES=	include/pstreams/pstream.h
PLIST_DIRS=	include/pstreams

.include <bsd.port.mk>