1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/devel/pructl/Makefile
Rui Paulo f0536ae4ad pructl is an utility to interface with PRUs.
It uses libpru (devel/libpru) and currently supports the BeagleBone
(white/black).

Differential Revision:	https://reviews.freebsd.org/D1271
Reviewed by:	bapt
Approved by:	bapt
2014-12-06 03:09:49 +00:00

20 lines
349 B
Makefile

# $FreeBSD$
PORTNAME= pructl
PORTVERSION= 0.1
CATEGORIES= devel
MASTER_SITES= https://bitbucket.org/rpaulo/pructl/get/
MAINTAINER= rpaulo@FreeBSD.org
COMMENT= Utilities to interface with PRUs
LICENSE= BSD2CLAUSE
LIB_DEPENDS= libpru.so:${PORTSDIR}/devel/libpru
USES= cmake
WRKSRC= ${WRKDIR}/rpaulo-pructl-fa406bee9133
.include <bsd.port.mk>