Flipit is a simple command line program that supports the X10 Firecracker (model CM17A) on a Unix machine.
25 lines
469 B
Makefile
25 lines
469 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2002/06/04 18:30:27 jason Exp $
|
|
|
|
COMMENT= "x10 firecracker utility"
|
|
|
|
DISTNAME= flipit-0.3.2
|
|
CATEGORIES= comms
|
|
|
|
NEED_VERSION= 1.402
|
|
|
|
MASTER_SITES= http://www.lickey.com/flipit/dist/
|
|
HOMEPAGE= http://www.lickey.com/flipit/
|
|
|
|
MAINTAINER= Jason Wright <jason@openbsd.org>
|
|
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
SEPARATE_BUILD= Yes
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
.include <bsd.port.mk>
|