aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/userlist/Makefile
blob: e941b206a8ab574f3c48bd8b002c6a88955ce663 (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
# 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
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>