diff options
Diffstat (limited to 'devel/subprocess.h/Makefile')
| -rw-r--r-- | devel/subprocess.h/Makefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/devel/subprocess.h/Makefile b/devel/subprocess.h/Makefile new file mode 100644 index 000000000000..a63a2d318014 --- /dev/null +++ b/devel/subprocess.h/Makefile @@ -0,0 +1,24 @@ +PORTNAME= subprocess.h +DISTVERSION= g20240720 +CATEGORIES= devel + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Single header process launching solution for C and C++ +WWW= https://github.com/sheredom/subprocess.h + +LICENSE= UNLICENSE +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= sheredom +GH_TAGNAME= b49c56e9fe214488493021017bf3954b91c7c1f5 + +NO_BUILD= yes +NO_ARCH= yes + +PLIST_FILES= include/subprocess.h + +do-install: + ${INSTALL_DATA} ${WRKSRC}/subprocess.h ${STAGEDIR}${PREFIX}/include + +.include <bsd.port.mk> |
