mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
20 lines
384 B
Makefile
20 lines
384 B
Makefile
# Created by: Mike Smith <msmith@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bottlerocket
|
|
PORTVERSION= 0.04c
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= SF/futurebsd/futurebsd/${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Home Automation Software for the X10 FireCracker kit
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= br
|
|
PLIST_FILES= bin/br
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|