2002-02-05 05:12:07 +01:00
|
|
|
# $NetBSD: bsd.pkg.obsolete.mk,v 1.8 2002/02/05 04:12:07 jlam Exp $
|
2001-11-25 20:28:08 +01:00
|
|
|
#
|
|
|
|
# This file holds make(1) logic to allow obsolete or deprecated variables
|
|
|
|
# still to be used. These may eventually disappear over time as the contents
|
|
|
|
# are, by definition, obsolete and deprecated.
|
|
|
|
|
2001-12-26 22:20:26 +01:00
|
|
|
.if defined(APACHE_USER)
|
|
|
|
APACHE_SUEXEC_USER?= ${APACHE_USER}
|
|
|
|
.endif
|
|
|
|
|
2001-11-25 20:28:08 +01:00
|
|
|
.if defined(APACHE_SYSCONFDIR)
|
2001-11-26 06:18:01 +01:00
|
|
|
PKG_SYSCONFDIR.ap-ssl?= ${APACHE_SYSCONFDIR}
|
|
|
|
PKG_SYSCONFDIR.apache?= ${APACHE_SYSCONFDIR}
|
|
|
|
PKG_SYSCONFDIR.apache6?= ${APACHE_SYSCONFDIR}
|
|
|
|
PKG_SYSCONFDIR.apc-gui?= ${APACHE_SYSCONFDIR}
|
2001-11-28 15:01:16 +01:00
|
|
|
PKG_SYSCONFDIR.cvsweb?= ${APACHE_SYSCONFDIR}
|
2001-11-26 06:18:01 +01:00
|
|
|
PKG_SYSCONFDIR.imp?= ${APACHE_SYSCONFDIR}
|
|
|
|
PKG_SYSCONFDIR.horde?= ${APACHE_SYSCONFDIR}
|
|
|
|
PKG_SYSCONFDIR.p5-HTTPD-User-Manage?= ${APACHE_SYSCONFDIR}
|
|
|
|
PKG_SYSCONFDIR.squirrelmail?= ${APACHE_SYSCONFDIR}
|
|
|
|
PKG_SYSCONFDIR.stripes?= ${APACHE_SYSCONFDIR}
|
2001-11-25 20:28:08 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.if defined(PHP_CONFDIR)
|
2001-11-26 06:18:01 +01:00
|
|
|
PKG_SYSCONFDIR.php?= ${PHP_CONFDIR}
|
2001-11-25 20:28:08 +01:00
|
|
|
.endif
|
|
|
|
|
2002-02-05 05:12:07 +01:00
|
|
|
.if defined(SSH_CONF_DIR)
|
|
|
|
PKG_SYSCONFDIR.openssh?= ${SSH_CONF_DIR}
|
|
|
|
PKG_SYSCONFDIR.ssh?= ${SSH_CONF_DIR}
|
|
|
|
.endif
|
|
|
|
|
2001-11-25 20:28:08 +01:00
|
|
|
.if defined(VTUN_SYSCONFDIR)
|
2001-11-26 06:18:01 +01:00
|
|
|
PKG_SYSCONFDIR.vtun?= ${VTUN_SYSCONFDIR}
|
2001-11-25 20:28:08 +01:00
|
|
|
.endif
|
2001-12-18 21:22:59 +01:00
|
|
|
|
2002-01-31 22:18:37 +01:00
|
|
|
.if defined(POSTFIX_USE_SASL_AUTH)
|
|
|
|
USE_SASL= YES
|
|
|
|
.endif
|
|
|
|
|
2001-12-18 21:22:59 +01:00
|
|
|
.if defined(SAMBA_WITH_CUPS)
|
|
|
|
USE_CUPS= YES
|
|
|
|
.endif
|