pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat/zephyr Cleaned up the variable definitions for CF...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a5a8413f27ef
branches:  trunk
changeset: 494359:a5a8413f27ef
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Mon May 23 09:24:01 2005 +0000

description:
Cleaned up the variable definitions for CFLAGS, LDFLAGS and CONFIGURE_ARGS.

diffstat:

 chat/zephyr/Makefile |  15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diffs (29 lines):

diff -r c4129c402e61 -r a5a8413f27ef chat/zephyr/Makefile
--- a/chat/zephyr/Makefile      Mon May 23 09:17:45 2005 +0000
+++ b/chat/zephyr/Makefile      Mon May 23 09:24:01 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/04/11 21:45:06 tv Exp $
+# $NetBSD: Makefile,v 1.7 2005/05/23 09:24:01 rillig Exp $
 #
 
 DISTNAME=      zephyr-20010518
@@ -15,13 +15,12 @@
 GNU_CONFIGURE= YES
 USE_X11=       YES
 
-# N.B. the following assume NetBSD-only. 
-CPPFLAGS+=      -I/usr/include/kerberosIV -I/usr/include/krb5
-LDFLAGS+=       -lroken -lcrypto -lcom_err -ledit -lcurses
-CONFIGURE_ARGS=        --sysconfdir="${PKG_SYSCONFDIR}"
-CONFIGURE_ARGS+="--with-krb4"
-CONFIGURE_ARGS+="--with-hesiod"
-CONFIGURE_ARGS+="--with-ares"
+CPPFLAGS.NetBSD+=      -I/usr/include/kerberosIV -I/usr/include/krb5
+LDFLAGS.NetBSD+=       -lroken -lcrypto -lcom_err -ledit -lcurses
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR:Q}
+CONFIGURE_ARGS+=       --with-krb4
+CONFIGURE_ARGS+=       --with-hesiod
+CONFIGURE_ARGS+=       --with-ares
 
 ZEPHYR_DOCDIR= ${PREFIX}/share/doc/zephyr
 ZEPHYR_DOCS=   INSTALL NOTES OPERATING README USING



Home | Main Index | Thread Index | Old Index