pkgsrc/sysutils/checkpassword-pam/Makefile
jlam 1b5734f517 Create a pam.buildlink3.mk file that is used by PAM-using packages.
It includes the correct buildlink3.mk file from either Linux-PAM
(security/PAM) or OpenPAM (security/openpam) and eventually will
support solaris-pam.  pam.buildlink3.mk will:

	* set PAMBASE to the base directory of the PAM files;
	* set PAM_TYPE to the PAM implementation used.

There are two variables that can be used to tweak the selection of
the PAM implementation:

PAM_DEFAULT is a user-settable variable whose value is the default
	PAM implementation to use.

PAM_ACCEPTED is a package-settable list of PAM implementations
	that may be used by the package.

Modify most packages that include PAM/buildlink3.mk to include
pam.buildlink3.mk instead.
2005-01-14 05:15:39 +00:00

21 lines
533 B
Makefile

# $NetBSD: Makefile,v 1.3 2005/01/14 05:15:40 jlam Exp $
#
DISTNAME= checkpassword-pam-0.99
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=checkpasswd-pam/}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= http://checkpasswd-pam.sourceforge.net/
COMMENT= PAM checkpassword-compatible authentication program
PKG_INSTALLATION_TYPES= overwrite pkgviews
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
INSTALLATION_DIRS= bin man/man8
.include "../../mk/pam.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"