128f6c8e6d
- nymphrpc didn't build for me in poudriere, needs a poke to ensure that the directory for storing the object files is created first (this is erratically a problem with -j) - nymphcast can USE=sdl, suggestion from makc@
19 lines
374 B
Makefile
19 lines
374 B
Makefile
PORTNAME= NymphRPC
|
|
DISTVERSION= v0.1-alpha1
|
|
PORTREVISION= 1
|
|
CATEGORIES= multimedia devel
|
|
|
|
MAINTAINER= adridg@FreeBSD.org
|
|
COMMENT= Compact, C++-based Remote Procedure Call (RPC) library
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
LIB_DEPENDS= libPocoNet.so:devel/poco
|
|
|
|
USES= compiler:c++17-lang gmake
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= MayaPosch
|
|
|
|
.include <bsd.port.mk>
|