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

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 <bsd.port.mk>