summaryrefslogtreecommitdiff
path: root/sysutils/userinfo/Makefile
blob: 221e6320d7083690a49f496e7819c918a902e544 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Created by: Ben Kibbey <bjk@arbornet.org>
# $FreeBSD$

PORTNAME=	userinfo
PORTVERSION=	2.4
CATEGORIES=	sysutils
MASTER_SITES=	SF/${PORTNAME}/${PORTVERSION}

MAINTAINER=	zi@FreeBSD.org
COMMENT=	Show information about local users

LICENSE=	GPLv2
LICENSE_FILE=	${WRKSRC}/COPYING

USE_AUTOTOOLS=	libtool
USE_BZIP2=	yes
GNU_CONFIGURE=	yes

MAN1=		ui.1
MLINKS=		ui.1 userinfo.1

.include <bsd.port.mk>