aboutsummaryrefslogtreecommitdiff
path: root/devel/pstreams/Makefile
blob: 73cd3900260b364898743a920a616a3d561a5c35 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Created by: Andrew Wingorodov <mail@andr.ru>
# $FreeBSD$

PORTNAME=	pstreams
PORTVERSION=	0.6.0
CATEGORIES=	devel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/Release%200.6.x

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

NO_STAGE=	yes
.include <bsd.port.mk>