72a02a04ab
Approved by: wxs@ (mentor)
23 lines
425 B
Makefile
23 lines
425 B
Makefile
# Ports collection Makefile for: userinfo
|
|
# Date created: 5 November 2002
|
|
# Whom: Ben Kibbey <bjk@arbornet.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= userinfo
|
|
PORTVERSION= 2.3
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= zi@FreeBSD.org
|
|
COMMENT= Show information about local users
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USE_BZIP2= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= ui.1
|
|
MLINKS= ui.1 userinfo.1
|
|
|
|
.include <bsd.port.mk>
|