1999-01-06 22:54:18 +00:00
|
|
|
# New ports collection makefile for: checkpassword
|
|
|
|
# Date created: 05 August 1998
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: sada@FreeBSD.org
|
1999-01-06 22:54:18 +00:00
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1999-01-06 22:54:18 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:34:06 +00:00
|
|
|
PORTNAME= checkpassword
|
2001-12-23 12:46:05 +00:00
|
|
|
PORTVERSION= 0.90
|
1999-01-06 22:54:18 +00:00
|
|
|
CATEGORIES= security
|
2001-12-23 12:46:05 +00:00
|
|
|
MASTER_SITES= http://cr.yp.to/checkpwd/
|
1999-01-06 22:54:18 +00:00
|
|
|
|
1999-08-31 06:53:31 +00:00
|
|
|
MAINTAINER= sada@FreeBSD.org
|
1999-01-06 22:54:18 +00:00
|
|
|
|
|
|
|
ALL_TARGET= it
|
|
|
|
INSTALL_TARGET= setup
|
2001-12-23 12:46:05 +00:00
|
|
|
#MAN8= checkpassword.8
|
1999-06-16 03:08:46 +00:00
|
|
|
RESTRICTED= "Unsure of djb's license"
|
1999-01-06 22:54:18 +00:00
|
|
|
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/checkpassword
|
|
|
|
|
|
|
|
.SILENT:
|
|
|
|
|
|
|
|
do-configure:
|
2002-01-29 11:58:52 +00:00
|
|
|
${ECHO_CMD} 'cc -s -lcrypt' > ${WRKSRC}/conf-ld
|
|
|
|
${ECHO_CMD} ${PREFIX} >${WRKSRC}/conf-home
|
1999-01-06 22:54:18 +00:00
|
|
|
|
|
|
|
post-install:
|
2001-12-23 12:46:05 +00:00
|
|
|
# ${INSTALL_MAN} ${WRKSRC}/${MAN8} ${PREFIX}/man/man8
|
1999-01-06 22:54:18 +00:00
|
|
|
${MKDIR} ${DOCDIR}
|
2001-12-23 12:46:05 +00:00
|
|
|
.for f in CHANGES FILES README SYSDEPS TARGETS TODO VERSION
|
1999-01-06 22:54:18 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/$f ${DOCDIR}
|
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|