858cd0d3ce
- Add LICENSE - Convert to USES - Convert to staging PR: ports/183132 Submitted by: me Approved by: Edmondas Girkantas <eg@fbsd.lt> (maintainer)
21 lines
422 B
Makefile
21 lines
422 B
Makefile
# 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>
|