pkgsrc/mk/platform
jperkin 05cb950dc2 Default to the native linux-pam implementation. It is available
since at least Leopard (10.5) and the security/PAM package does
not currently build, breaking PREFER_PKGSRC=yes.
2013-04-04 10:24:14 +00:00
..
AIX.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
BSDOS.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
Cygwin.mk bump required user_cygwin package to 20130313. 2013-03-13 12:38:19 +00:00
Darwin.mk Default to the native linux-pam implementation. It is available 2013-04-04 10:24:14 +00:00
DragonFly.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
FreeBSD.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
FreeMiNT.mk Get rid of an abstraction violation which has been in the tree since 2009-07-26 05:32:43 +00:00
Haiku.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
HPUX.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
Interix.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
IRIX.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00
Linux.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
Minix.mk Minix.mk: update GROUPADD/USERADD. OK by agc. 2013-03-01 00:09:20 +00:00
MirBSD.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
NetBSD.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
OpenBSD.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
OSF1.mk Make MOTIF_TYPE_DEFAULT as motif (LGPL Motif) instead of openmotif or lesstif. 2012-11-19 11:34:15 +00:00
QNX.mk Add platform file for QNX - from Sean Boudreau, thanks! 2012-11-09 04:36:27 +00:00
README
SunOS.mk Enable check-shlibs if the user supplies a working readelf, e.g. from binutils. 2013-03-01 16:58:51 +00:00
UnixWare.mk Drop imake-check logic from X11 components' builtin.mk. 2012-03-19 12:34:12 +00:00

$NetBSD: README,v 1.1 2007/11/20 17:53:40 rillig Exp $

These files contain platform-specific definitions that are used by the
pkgsrc infrastructure.

TODO: Document all these variables.

=== Implementation notes ===

Do not try to extract the definitions that are common to all files into
another file (maybe common.mk). The code duplication is intentional
here.