blob: ea68c4dabdd719025b55b7c303a8bd7c5ff81922 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
# $NetBSD: makevars.map,v 1.8 2005/06/03 13:26:17 wiz Exp $
#
# This file tries to guess the type of some variables, according to their
# current use in pkgsrc. The type Boolean is nicer than Yes_Or_Undefined,
# but most variables are only checked with defined(...) and not with an
# additional !empty(...:M[Yy][Ee][Ss]). So we have to check both.
#
# Beware: For the type Yes_Or_Undefined, even the value NO means YES.
#
# The type One_Of(...) is just used for explanation. It cannot yet be
# checked by pkglint.
# some variables from mk/defaults/mk.conf, 1.27
MANZ Yes_Or_Undefined
MKCRYPTO Boolean
USETBL Yes_Or_Undefined
#ABI One_Of(32 64)
IGNORE_RECOMMENDED Boolean
PKG_REGISTER_SHELLS Boolean
USE_XPKGWEDGE Boolean
LIBTOOLIZE_PLIST Boolean
EXTRACT_USING_PAX Yes_Or_Undefined
SETGIDGAME Boolean
#USE_CRYPTO One_Of(YES NO)
USE_CUPS Yes_Or_Undefined
#USE_DB2 One_Of(YES NO) ; weird (see mail/sendmail812)
USE_GIF Yes_Or_Undefined
USE_I586 Boolean
USE_INET6 Boolean
USE_INN Yes_Or_Undefined
USE_MMX Boolean
#USE_OPENLDAP One_Of(YES NO)
USE_OSS Yes_Or_Undefined
USE_PAM Boolean
#USE_SASL One_Of(YES NO)
#USE_SASL2 One_Of(YES NO)
#USE_SJ3 One_Of(YES NO)
#USE_SOCKS One_Of(4 5)
#USE_WNN4 One_Of(YES NO)
USE_XFACE Boolean
# some variables found in package Makefiles
GNU_CONFIGURE Yes_Or_Undefined
HOMEPAGE URL
MAINTAINER Mail_Address
NO_CHECKSUM Yes_Or_Undefined
NO_CONFIGURE Yes_Or_Undefined
NO_BUILD Yes_Or_Undefined
#USE_PERL5 One_Of(build run)
USE_X11 Yes_Or_Undefined
MANZ Yes_Or_Undefined
USE_LIBTOOL Yes_Or_Undefined
USE_PKGLOCALEDIR Boolean
NO_MTREE Yes_Or_Undefined
PKG_PRESERVE Yes_Or_Undefined
NO_PKGTOOLS_REQD_CHECK Yes_Or_Undefined
NO_PKG_REGISTER Yes_Or_Undefined
|