Diane Bruce ff2c6bd74e Update to 2.2:
Changed the follow symbolic links option -l to -L.
    The users idle time (login.so) is shown in seconds rather than minutes.
    Added contrib/fexists.c.

Submitted by:	author/maintainer, in private email (to linimon)
Approved by:	ehaupt (mentor)
2007-03-28 22:58:53 +00:00

26 lines
545 B
Makefile

# 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= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= bjk
MAINTAINER= ports@FreeBSD.org
COMMENT= Show information about local users
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --mandir=${TARGETDIR}/man
MAN1= ui.1
MLINKS= ui.1 userinfo.1
.include <bsd.port.mk>