1999-01-06 23:54:18 +01:00
|
|
|
# New ports collection makefile for: checkpassword
|
|
|
|
# Date created: 05 August 1998
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: sada@FreeBSD.org
|
1999-01-06 23:54:18 +01:00
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1999-01-06 23:54:18 +01:00
|
|
|
#
|
|
|
|
|
2000-04-09 20:34:06 +02:00
|
|
|
PORTNAME= checkpassword
|
2001-12-23 13:46:05 +01:00
|
|
|
PORTVERSION= 0.90
|
1999-01-06 23:54:18 +01:00
|
|
|
CATEGORIES= security
|
2001-12-23 13:46:05 +01:00
|
|
|
MASTER_SITES= http://cr.yp.to/checkpwd/
|
1999-01-06 23:54:18 +01:00
|
|
|
|
2005-09-30 14:52:44 +02:00
|
|
|
MAINTAINER= garga@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A simple password-checking interface
|
1999-01-06 23:54:18 +01:00
|
|
|
|
|
|
|
ALL_TARGET= it
|
|
|
|
INSTALL_TARGET= setup
|
2006-07-23 16:46:08 +02:00
|
|
|
RESTRICTED= Unsure of djb's license
|
1999-01-06 23:54:18 +01:00
|
|
|
|
2005-09-30 14:52:44 +02:00
|
|
|
PLIST_FILES= bin/checkpassword
|
|
|
|
PORTDOCS= CHANGES FILES README SYSDEPS TARGETS TODO VERSION
|
1999-01-06 23:54:18 +01:00
|
|
|
|
|
|
|
do-configure:
|
2006-07-23 16:46:08 +02:00
|
|
|
@${ECHO_CMD} '${CC} ${CFLAGS} -s -lcrypt' > ${WRKSRC}/conf-ld
|
|
|
|
@${ECHO_CMD} ${PREFIX} >${WRKSRC}/conf-home
|
1999-01-06 23:54:18 +01:00
|
|
|
|
|
|
|
post-install:
|
2005-09-30 14:52:44 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
.for f in ${PORTDOCS}
|
2006-07-23 16:46:08 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
|
1999-01-06 23:54:18 +01:00
|
|
|
.endfor
|
2005-09-30 14:52:44 +02:00
|
|
|
.endif
|
1999-01-06 23:54:18 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|