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

PORTNAME=	userinfo
PORTVERSION=	2.1
CATEGORIES=	sysutils
MASTER_SITES=	http://arbornet.org/~bjk/userinfo/ \
		http://freebsd.unixfreunde.de/sources/

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

USE_AUTOTOOLS=	libtool:15
GNU_CONFIGURE=	yes
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}

MAN1=		ui.1

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

.include <bsd.port.mk>