freebsd-ports/devel/pstreams/Makefile
Po-Chuan Hsieh 4e5c9b4b98
devel/pstreams: Update to 1.0.3
- Update WWW
- Update LICENSE
- Add LICENSE_FILE
- Add NO_ARCH
- Update pkg-descr
- Take maintainership

Changes:	https://github.com/jwakely/pstreams/commits/master
2023-09-22 11:16:59 +08:00

22 lines
536 B
Makefile

PORTNAME= pstreams
PORTVERSION= 1.0.3
CATEGORIES= devel
MASTER_SITES= SF/pstreams/pstreams/Release%20${PORTVERSION:R}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= C++ utility for simple IOStream-based IPC
WWW= https://pstreams.sourceforge.net/
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENSE_1_0.txt
NO_ARCH= yes
NO_BUILD= yes
PLIST_FILES= include/pstreams/pstream.h
do-install:
${MKDIR} ${STAGEDIR}${PREFIX}/include/pstreams/
${INSTALL_DATA} ${WRKSRC}/pstream.h ${STAGEDIR}${PREFIX}/include/pstreams/pstream.h
.include <bsd.port.mk>