aboutsummaryrefslogtreecommitdiff
path: root/devel/pructl/Makefile
blob: dd215edff64c20b0d04915e82652abed29bcf54d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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>