aboutsummaryrefslogblamecommitdiff
path: root/security/checkpassword/Makefile
blob: 6b662141e4ee62596cc79cda19efc54b4868f9fd (plain) (tree)
1
2
3
4
5
6
7
8
9
                                                  
                                      
                                        
 
           

 
                             
                    
                        
                                         
 
                                 
                                                    


                     
                                         
 

                                                                 

             

                                                       

             



                                               
       
      

                      
# 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>