diff options
author | rh <rh@pkgsrc.org> | 2000-07-15 06:50:36 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2000-07-15 06:50:36 +0000 |
commit | 77f1e7995fb01a17b2286211db3e8ee3b43cc066 (patch) | |
tree | c0c09a938f65267e40b7db678c0e038f1a853452 /misc/heyu/Makefile | |
parent | a710701f2afd9869c541d63f73a1830ebca25339 (diff) | |
download | pkgsrc-77f1e7995fb01a17b2286211db3e8ee3b43cc066.tar.gz |
Initial import of x10_heyu-1.29, a home automation software for the X10
CM11A power line transmitter. Provided in PR 10576 by Damon Brodie.
Diffstat (limited to 'misc/heyu/Makefile')
-rw-r--r-- | misc/heyu/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/misc/heyu/Makefile b/misc/heyu/Makefile new file mode 100644 index 00000000000..769a9608268 --- /dev/null +++ b/misc/heyu/Makefile @@ -0,0 +1,16 @@ +# $NetBSD: Makefile,v 1.1.1.1 2000/07/15 06:50:36 rh Exp $ +# + +DISTNAME= x10_heyu +PKGNAME= x10_heyu-1.29 +CATEGORIES= misc +MASTER_SITES= http://heyu.tanj.com/heyu/ +EXTRACT_SUFX= .tgz + +MAINTAINER= damon@brodiefamily.org +HOMEPAGE= http://heyu.tanj.com/heyu/index.html + +ALL_TARGET= # Defined +WRKSRC= ${WRKDIR}/heyu.dir + +.include "../../mk/bsd.pkg.mk" |