summaryrefslogtreecommitdiff
path: root/misc/heyu/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/heyu/Makefile')
-rw-r--r--misc/heyu/Makefile15
1 files changed, 10 insertions, 5 deletions
diff --git a/misc/heyu/Makefile b/misc/heyu/Makefile
index 00fc74c6cef..eff4a5a7285 100644
--- a/misc/heyu/Makefile
+++ b/misc/heyu/Makefile
@@ -1,17 +1,22 @@
-# $NetBSD: Makefile,v 1.2 2001/02/17 18:09:06 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2002/07/02 14:03:48 wiz Exp $
#
DISTNAME= x10_heyu
-PKGNAME= x10_heyu-1.29
+PKGNAME= x10_heyu-1.33
CATEGORIES= misc
-MASTER_SITES= http://heyu.tanj.com/heyu/
+MASTER_SITES= http://heyu.tanj.com/
EXTRACT_SUFX= .tgz
MAINTAINER= damon@brodiefamily.org
-HOMEPAGE= http://heyu.tanj.com/heyu/index.html
+HOMEPAGE= http://heyu.tanj.com/
COMMENT= Home Automation Software for the X10 CM11A
-ALL_TARGET= # Defined
+DIST_SUBDIR= ${PKGNAME}
+
+CONFIGURE_SCRIPT= ./Configure
WRKSRC= ${WRKDIR}/heyu.dir
+pre-install:
+ ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/heyu
+
.include "../../mk/bsd.pkg.mk"