mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
f0536ae4ad
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
20 lines
349 B
Makefile
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>
|