freebsd-ports/devel/pructl/Makefile
Robert Clausecker 82afcc13cc devel/pructl: fix link by adding -lBlocksRuntime
PR:		269268
MFH:		2023Q1
Approved by:	maintainer timeout (2 weeks)
Approved by:	flo (mentor)
Differential Revision: https://reviews.freebsd.org/D38623
2023-02-19 12:01:38 +01:00

24 lines
469 B
Makefile

PORTNAME= pructl
DISTVERSIONPREFIX= v
DISTVERSION= 0.2
PORTREVISION= 1
CATEGORIES= devel
MAINTAINER= jmg@FreeBSD.org
# The maintainer says, if you're actively using this you are free to
# take this port.
COMMENT= Utilities to interface with PRUs
WWW= https://bitbucket.org/rpaulo/pructl
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libpru.so:devel/libpru
USES= cmake libedit
USE_CSTD= c99
USE_GITHUB= yes
GH_ACCOUNT= rpaulo
LDFLAGS+= -lBlocksRuntime
.include <bsd.port.mk>