diff options
author | rillig <rillig@pkgsrc.org> | 2005-05-23 09:24:01 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-05-23 09:24:01 +0000 |
commit | f9bb271bda3ab7cefed4a4aeebdf1e9ad32a4cad (patch) | |
tree | 8c9b7e97e64ec083139cb631ae4250ce05ce8f51 /chat/zephyr/Makefile | |
parent | b06b682a4985b925f43a640caaa375ef4e668574 (diff) | |
download | pkgsrc-f9bb271bda3ab7cefed4a4aeebdf1e9ad32a4cad.tar.gz |
Cleaned up the variable definitions for CFLAGS, LDFLAGS and CONFIGURE_ARGS.
Diffstat (limited to 'chat/zephyr/Makefile')
-rw-r--r-- | chat/zephyr/Makefile | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/chat/zephyr/Makefile b/chat/zephyr/Makefile index 9f3cee8f1b5..9e4a5cf875d 100644 --- a/chat/zephyr/Makefile +++ b/chat/zephyr/Makefile @@ -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 @@ USE_PKGINSTALL= YES 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 |