freebsd-ports/sysutils/userlist/Makefile
Edwin Groothuis 03f8a6f768 ports with possibly unreachable MAINTAINERs
*** addresses that may be dead, even though the error is temporary:
*** addresses that seem to be dead, but give a hint to a new address:

PR:		ports/58694
Submitted by:	Oliver Eikemeier <eikemeier@fillmore-labs.com>
2003-11-02 03:36:45 +00:00

23 lines
528 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= ports@FreeBSD.org
COMMENT= Prints a list of all usernames in /etc/passwd
NO_BUILD= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/userlist ${PREFIX}/bin
.include <bsd.port.mk>