aboutsummaryrefslogtreecommitdiffstats
path: root/misc/bottlerocket/Makefile
blob: 47c3d9a8bfb76d3d329d74e1461db92f6bbe23f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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>