mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
f37fed49de
Approved by: bdrewery (mentor, implicit)
18 lines
317 B
Makefile
18 lines
317 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= raspbsd-led
|
|
PORTVERSION= 0.2_1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= brd@FreeBSD.org
|
|
COMMENT= Misc LED programs for ARM boards
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= raspbsd
|
|
ONLY_FOR_ARCHS= armv6
|
|
USE_RC_SUBR= flash-heartbead-led
|
|
PLIST_FILES= sbin/flash-heartbeat-led
|
|
|
|
.include <bsd.port.mk>
|