freebsd-ports/multimedia/nymphrpc/Makefile
Adriaan de Groot 128f6c8e6d multimedia/nymphcast: tidy & fix build
- 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@
2022-02-22 00:12:29 +01:00

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>