blob: dba90224cbc71e48bb0875fd4577c8240c08c4df (
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
26
27
28
|
# Ports collection Makefile for: userinfo
# Date created: 5 November 2002
# Whom: Ben Kibbey <bjk@arbornet.org>
#
# $FreeBSD$
#
PORTNAME= userinfo
PORTVERSION= 2.2
CATEGORIES= sysutils
MASTER_SITES= SF/bjk/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Show information about local users
USE_AUTOTOOLS= libtool:22
GNU_CONFIGURE= yes
MAN1= ui.1
MLINKS= ui.1 userinfo.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 900007
BROKEN= fails to build with new utmpx
.endif
.include <bsd.port.post.mk>
|