diff options
author | kim <kim> | 2004-01-11 16:42:04 +0000 |
---|---|---|
committer | kim <kim> | 2004-01-11 16:42:04 +0000 |
commit | 108eac1bdddeaed127b94eabcf5c5b4db8a88e72 (patch) | |
tree | e0949f48f0d47512afdf056fd072eb9f4c7f3aee /misc | |
parent | be58fada33972aac4cab787d1dbb19c8a87c0a96 (diff) | |
download | pkgsrc-108eac1bdddeaed127b94eabcf5c5b4db8a88e72.tar.gz |
Add X10_PORT for selecting the default serial port for the X10 adapter.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bottlerocket/Makefile | 6 |
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" |