8c80b1dbb7
BottleRocket is a command-line interface for Unix systems to use the X.10 FireCracker kit. It is easy to use, has all of the major (non-gui) functionality of the Windows interface, is easy to call from scripts and the backend code is made to be easily linked into other programs.
25 lines
460 B
Makefile
25 lines
460 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/06/05 20:28:21 jason Exp $
|
|
|
|
COMMENT= "X.10 firecracker interface"
|
|
|
|
DISTNAME= bottlerocket-0.04c
|
|
CATEGORIES= comms
|
|
|
|
NEED_VERSION= 1.402
|
|
|
|
HOMEPAGE= http://mlug.missouri.edu/~tymm/
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
MAINTAINER= Jason Wright <jason@openbsd.org>
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
SEPARATE_BUILD= simple
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|