19 lines
333 B
Makefile
19 lines
333 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= raspbsd-led
|
|
PORTVERSION= 0.2
|
|
PORTREVISION= 1
|
|
DISTVERSIONPREFIX= v
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= ports@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>
|