f8c83e0c00
- Use SF now and remove DIST_SUBDIR while I am here PR: ports/132930 Submitted by: Edmondas Girkantas <eg@fbsd.lt> Approved by: maintainer timeout (two weeks), miwi (mentor)
21 lines
407 B
Makefile
21 lines
407 B
Makefile
# 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= 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>
|