freebsd-ports/security/checkpassword/Makefile
Renato Botelho 915f1d747c - Use DOCSDIR, PORTDOCS and NOPORTDOCS
- Remove one line pkg-plist
- Take maintainership
2005-09-30 12:52:44 +00:00

35 lines
746 B
Makefile

# New ports collection makefile for: checkpassword
# Date created: 05 August 1998
# Whom: sada@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= checkpassword
PORTVERSION= 0.90
CATEGORIES= security
MASTER_SITES= http://cr.yp.to/checkpwd/
MAINTAINER= garga@FreeBSD.org
COMMENT= A simple password-checking interface
ALL_TARGET= it
INSTALL_TARGET= setup
RESTRICTED= "Unsure of djb's license"
PLIST_FILES= bin/checkpassword
PORTDOCS= CHANGES FILES README SYSDEPS TARGETS TODO VERSION
do-configure:
${ECHO_CMD} 'cc -s -lcrypt' > ${WRKSRC}/conf-ld
${ECHO_CMD} ${PREFIX} >${WRKSRC}/conf-home
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/$f ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>