summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorkim <kim@pkgsrc.org>2004-01-11 16:42:04 +0000
committerkim <kim@pkgsrc.org>2004-01-11 16:42:04 +0000
commitcad2ec1d56d116c0f0065d90f0be5fa3aca9e5b5 (patch)
treee0949f48f0d47512afdf056fd072eb9f4c7f3aee /misc
parentdda84c6dcdc0c73cacf242bf092a2ff5e970721a (diff)
downloadpkgsrc-cad2ec1d56d116c0f0065d90f0be5fa3aca9e5b5.tar.gz
Add X10_PORT for selecting the default serial port for the X10 adapter.
Diffstat (limited to 'misc')
-rw-r--r--misc/bottlerocket/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/bottlerocket/Makefile b/misc/bottlerocket/Makefile
index d607362a8c1..d5a61b6e143 100644
--- a/misc/bottlerocket/Makefile
+++ b/misc/bottlerocket/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/17 21:48:45 grant Exp $
+# $NetBSD: Makefile,v 1.5 2004/01/11 16:42:04 kim Exp $
# FreeBSD Id: ports/misc/bottlerocket/Makefile,v 1.4 2000/04/14 08:45:23 asami Exp
DISTNAME= bottlerocket-0.04c
@@ -13,4 +13,8 @@ USE_GMAKE= yes
GNU_CONFIGURE= yes
ALL_TARGET= br
+X10_PORT?= ${DEFAULT_SERIAL_DEVICE}
+CONFIGURE_ARGS+=--with-x10port=${X10_PORT}
+BUILD_DEFS+= X10_PORT
+
.include "../../mk/bsd.pkg.mk"