1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/userlist/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

25 lines
554 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
PLIST_FILES= bin/userlist
WRKSRC= ${WRKDIR}/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/userlist ${PREFIX}/bin
.include <bsd.port.mk>