1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/sysutils/userinfo/Makefile
Ryan Steinmetz 72a02a04ab Update my email address on the ports I maintain.
Approved by: wxs@ (mentor)
2011-07-15 21:15:29 +00:00

24 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>