- add HOMEPAGE, PERMIT_*

- Fake
This commit is contained in:
camield 2000-03-13 09:43:27 +00:00
parent 85cc724b6d
commit 99cd8d6605
3 changed files with 39 additions and 13 deletions

View File

@ -1,20 +1,30 @@
# $OpenBSD: Makefile,v 1.3 2000/03/13 09:43:27 camield Exp $
DISTNAME= checkpassword-0.81 DISTNAME= checkpassword-0.81
HOMEPAGE= http://cr.yp.to/checkpwd.html
CATEGORIES= mail CATEGORIES= mail
MAINTAINER= cd@sentia.nl MAINTAINER= cd@sentia.nl
MASTER_SITES= ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/ \
MASTER_SITES= http://cr.yp.to/software/ \
ftp://ftp.net.ohio-state.edu/pub/networking/mail/qmail/ \
ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \ ftp://ftp.ntnu.no/pub/unix/mail/qmail/ \
ftp://ftp.mira.net.au/unix/mail/qmail/ \ ftp://ftp.mira.net.au/unix/mail/qmail/ \
ftp://ftp.id.wustl.edu/pub/qmail/ \ ftp://ftp.id.wustl.edu/pub/qmail/ \
ftp://mirror.uk.uu.net/pub/qmail/ \ ftp://mirror.uk.uu.net/pub/qmail/ \
ftp://ftp.jp.qmail.org/qmail/ \ ftp://ftp.jp.qmail.org/qmail/ \
http://ftp.rifkin.technion.ac.il/pub/qmail/ \ http://ftp.rifkin.technion.ac.il/pub/qmail/ \
http://koobera.math.uic.edu/www/software/ \ http://koobera.math.uic.edu/www/software/
http://pobox.com/~djb/software/
NO_CONFIGURE= yes PERMIT_PACKAGE_CDROM= Yes
ALL_TARGET= default PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
NO_CONFIGURE= Yes
ALL_TARGET= default WRKINST=${WRKINST}
INSTALL_TARGET= setup check INSTALL_TARGET= setup check
NO_MTREE= yes
FAKE= Yes
pre-build: pre-build:
@echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc @echo ${CC} ${CFLAGS} > ${WRKSRC}/conf-cc

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-Makefile,v 1.1 2000/03/13 09:43:27 camield Exp $
Needed for fake installation.
--- Makefile.orig Mon Mar 13 10:36:02 2000
+++ Makefile Mon Mar 13 10:36:22 2000
@@ -14,7 +14,7 @@
auto_home.c: \
auto-str conf-home
- ./auto-str auto_home `head -1 conf-home` > auto_home.c
+ ./auto-str auto_home ${WRKINST}`head -1 conf-home` > auto_home.c
auto_home.o: \
compile auto_home.c

View File

@ -1,9 +1,10 @@
checkpassword provides a simple, uniform password-checking interface checkpassword provides a simple, uniform password-checking interface
to all root applications. It is suitable for use by applications such as to all root applications. It is suitable for use by applications
login, ftpd, and pop3d. such as login, ftpd, and pop3d.
There are checkpassword-compatible tools that support alternate password There are checkpassword-compatible tools that support alternate
databases, secret login names, long passwords, subaccounts, one-time password databases, secret login names, long passwords, subaccounts,
passwords, detailed accounting, and many other features. Applications one-time passwords, detailed accounting, and many other features.
that use the checkpassword interface will work with all of these tools. Applications that use the checkpassword interface will work with
Several tools have been specifically designed to support POP toasters. all of these tools. Several tools have been specifically designed
to support POP toasters.