summaryrefslogtreecommitdiff
path: root/comms/kremotecontrol/Makefile
diff options
context:
space:
mode:
authorAndrew Gallatin <gallatin@FreeBSD.org>2002-05-21 15:03:32 +0000
committerAndrew Gallatin <gallatin@FreeBSD.org>2002-05-21 15:03:32 +0000
commitf3320d0aaca4a92822a88e5cbd2ac3a8ee21513c (patch)
tree561735b9606a2304defcdb700746eddea3ed59e7 /comms/kremotecontrol/Makefile
parentFix autoconf and autoheader problems (diff)
Don't build klaptopdaemon on alpha.
Due to APM dependancies, its preventing the port from building on alpha. Since I can't see what use its features would be on a platform which doesn't support power mgmnt, it seems simplest to just yank it. Approved by: will
Notes
Notes: svn path=/head/; revision=59627
Diffstat (limited to 'comms/kremotecontrol/Makefile')
-rw-r--r--comms/kremotecontrol/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile
index 3163616cd341..afe2b84b5758 100644
--- a/comms/kremotecontrol/Makefile
+++ b/comms/kremotecontrol/Makefile
@@ -23,4 +23,15 @@ CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
USE_GMAKE= yes
MAN1= efax.1 efix.1 fax.1
+#klaptop doesn't like alpha because alpha doesn't support apm
+.if ${MACHINE_ARCH} == "alpha"
+post-extract:
+ mv ${WRKSRC}/subdirs ${WRKSRC}/subdirs.orig
+ grep -v klaptopdaemon ${WRKSRC}/subdirs.orig > ${WRKSRC}/subdirs
+
+PLIST_SUB+= ALPHA_NA="@comment "
+.else
+PLIST_SUB+= ALPHA_NA=""
+.endif
+
.include <bsd.port.mk>