mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
72a02a04ab
Approved by: wxs@ (mentor)
24 lines
425 B
Makefile
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>
|