mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
67c12c27b5
PR: ports/156478 Submitted by: Jyun-Yan You <jyyou at cs.nctu.edu.tw>
28 lines
562 B
Makefile
28 lines
562 B
Makefile
# New ports collection makefile for: mkntpwd
|
|
# Date created: 2011-04-18
|
|
# Whom: Jyun-Yan You <jyyou@cs.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mkntpwd
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ldaputils/Contrib/mkntpwd
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= pcTA@cs.nctu.edu.tw
|
|
COMMENT= A utility to create Samba password hashes
|
|
|
|
NO_WRKSUBDIR= yes
|
|
PLIST_FILES= bin/mkntpwd
|
|
|
|
LICENSE= GPLv2 BSD
|
|
LICENSE_COMB= multi
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/mkntpwd ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|