freebsd-ports/devel/pstreams/Makefile
Dennis Herrmann f8c83e0c00 - Update to 0.6.0
- 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)
2009-04-05 10:45:05 +00:00

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>