summaryrefslogtreecommitdiff
path: root/sysutils/userinfo/Makefile
blob: 74f19d629d35f94391d9feae3bdf86635fa011bf (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
24
25
# Ports collection Makefile for:	userinfo
# Date created:		5 November 2002
# Whom:			Ben Kibbey <bjk@arbornet.org>
#
# $FreeBSD$
#

PORTNAME=	userinfo
PORTVERSION=	1.10a
CATEGORIES=	sysutils
MASTER_SITES=	http://arbornet.org/~bjk/userinfo/

MAINTAINER=	bjk@m-net.arbornet.org
COMMENT=	Show information about local users

GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

MAN1=		ui.1
PLIST_FILES=	bin/ui

pre-build:
	${MV} ${WRKSRC}/doc/ui.man ${WRKSRC}/doc/ui.1

.include <bsd.port.mk>