forked from Lainports/freebsd-ports
Someone should adopt this port and give it a good home, it sounds like something fun to tinker with. Source: distfile survey
26 lines
535 B
Makefile
26 lines
535 B
Makefile
# New ports collection makefile for: bottlerocket
|
|
# Date created: 15 July 1999
|
|
# Whom: Mike Smith <msmith@freebsd.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bottlerocket
|
|
PORTVERSION= 0.04c
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= # disappeared
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Home Automation Software for the X10 FireCracker kit
|
|
|
|
BROKEN= "mastersite disappeared"
|
|
DEPRECATED= ${BROKEN}
|
|
EXPIRATION_DATE= 2005-12-11
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= br
|
|
PLIST_FILES= bin/br
|
|
|
|
.include <bsd.port.mk>
|