3373a1b524
Prints a list of all usernames in /etc/passwd PR: 27207 Submitted by: Jamie Heckford <jamie@jamiesdomain.org.uk>
23 lines
481 B
Makefile
23 lines
481 B
Makefile
# New ports collection makefile for: userlist
|
|
# Date created: 8 May 2001
|
|
# Whom: Jamie Heckford <jamie@jamiesdomain.co.uk>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= userlist
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.jamiesdomain.org.uk/userlist/${PORTVERSION}/
|
|
MASTER_SITE_SUBDIR= ${PORTVERSION}
|
|
|
|
MAINTAINER= jamie@jamiesdomain.org.uk
|
|
|
|
NO_BUILD= yes
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/userlist ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|