1fb5336b71
automation software for the X10 firecracker kit.
19 lines
442 B
Makefile
19 lines
442 B
Makefile
# New ports collection makefile for: bottlerocket
|
|
# Date created: 15 July 1999
|
|
# Whom: Mike Smith <msmith@freebsd.org>
|
|
#
|
|
# $FreeBSD: ports/misc/bottlerocket/Makefile,v 1.4 2000/04/14 08:45:23 asami Exp $
|
|
#
|
|
|
|
PORTNAME= bottlerocket
|
|
PORTVERSION= 0.04c
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://mlug.missouri.edu/~tymm/
|
|
|
|
MAINTAINER= msmith@freebsd.org
|
|
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= br
|
|
|
|
.include <bsd.port.mk>
|