diff options
author | Mike Smith <msmith@FreeBSD.org> | 1999-07-15 21:31:48 +0000 |
---|---|---|
committer | Mike Smith <msmith@FreeBSD.org> | 1999-07-15 21:31:48 +0000 |
commit | 22e32ee80f537fd38ef6dc893c7de40f37b310bf (patch) | |
tree | 81e7e97e6109d46322758c4487bbf86c94082f91 /misc/bottlerocket/Makefile | |
parent | ${WRKDIRPREFIX}/symlink ${PORTSDIR} fix. Don't watch if you just had lunch. (diff) |
This is BottleRocket, a commandline interface to the X10 firecracker home
automation starter kit's 'dynanmite' RF control module.
See the author's homepage (http://mlug.missouri.edu/~tymm/) for more
details.
Diffstat (limited to 'misc/bottlerocket/Makefile')
-rw-r--r-- | misc/bottlerocket/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/misc/bottlerocket/Makefile b/misc/bottlerocket/Makefile new file mode 100644 index 000000000000..884260e88f26 --- /dev/null +++ b/misc/bottlerocket/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: bottlerocket +# Version required: 0.04b +# Date created: 15 July 1999 +# Whom: Mike Smith <msmith@freebsd.org> +# +# $Id$ +# + +DISTNAME= bottlerocket-0.04b +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> |