a063522b5f
s/are/is in DESCR.
34 lines
644 B
Makefile
34 lines
644 B
Makefile
# $OpenBSD: Makefile,v 1.3 2011/01/19 12:09:04 ajacoutot Exp $
|
|
|
|
COMMENT= dummy Pluggable Authentication Modules (PAM)
|
|
|
|
SHARED_LIBS+= pam 5.0
|
|
|
|
DISTNAME= libdpam-20110117
|
|
CATEGORIES= security
|
|
|
|
REVISION= 0
|
|
|
|
MAINTAINER= Robert Nagy <robert@openbsd.org>
|
|
|
|
HOMEPAGE= http://blade2k.humppa.hu/libdpam/
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
# BSD
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
INSTALL_TARGET= install includes
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
MAKE_FLAGS= LIBDIR="${TRUEPREFIX}/lib" \
|
|
INCSDIR="${TRUEPREFIX}/include"
|
|
|
|
pre-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/include/security
|
|
|
|
.include <bsd.port.mk>
|