mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
91bad0b3bb
Approved by: bdrewery (implicit)
19 lines
331 B
Makefile
19 lines
331 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= raspbsd-led
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 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-heartbeat-led
|
|
PLIST_FILES= sbin/flash-heartbeat-led
|
|
|
|
.include <bsd.port.mk>
|