Files
ports/sysutils/userinfo/Makefile
Martin Wilke dabcbc41a9 Update to 2.1
PR:		ports/97801
Submitted by:	miwi
Approved by:	krion (mentor), maintainer timeout
2006-06-12 12:17:15 +00:00

26 lines
518 B
Makefile

# Ports collection Makefile for: userinfo
# Date created: 5 November 2002
# Whom: Ben Kibbey <bjk@arbornet.org>
#
# $FreeBSD$
#
PORTNAME= userinfo
PORTVERSION= 2.1
CATEGORIES= sysutils
MASTER_SITES= http://arbornet.org/~bjk/userinfo/
MAINTAINER= bjk@m-net.arbornet.org
COMMENT= Show information about local users
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= ui.1
PLIST_FILES= bin/ui
pre-build:
${MV} ${WRKSRC}/doc/ui.1 ${WRKSRC}/doc/ui.1
.include <bsd.port.mk>