blob: 633c13e8703d2d582a732625b7bf70c0fc834424 (
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.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>
|