aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/pwd_unmkdb/Makefile
blob: ed43700cba4a7d60e317237da153b885fdd1ff06 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for: pwd_unmkdb
# Date created:         20 July 2003
# Whom:             Matthew Fuller <fullermd@over-yonder.net>
#
# $FreeBSD$
#

PORTNAME=   pwd_unmkdb
PORTVERSION=    1.2
CATEGORIES= sysutils
MASTER_SITES=   http://www.over-yonder.net/~fullermd/projects/pwd_unmkdb/ \
        http://www.centralmiss.com/~matt/distfiles/

MAINTAINER= fullermd@over-yonder.net
COMMENT=    Recover a master.passwd from the hashed database

MAN8=       pwd_unmkdb.8
PLIST_FILES=    sbin/pwd_unmkdb

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/pwd_unmkdb ${PREFIX}/sbin
    ${INSTALL_MAN} ${WRKSRC}/pwd_unmkdb.8 ${MAN8PREFIX}/man/man8

.include <bsd.port.mk>