# Created by: Aaron Landwehr <aaron@snaphat.com>
# $FreeBSD: sysutils/usrinfo/Makefile 327772 2013-09-20 23:05:58Z bapt $

PORTNAME=	usrinfo
PORTVERSION=	.10
CATEGORIES=	sysutils
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}

MAINTAINER?=	aaron@snaphat.com
COMMENT=	Displays information about a user using either "<br>" or "\n" breaks

USE_BZIP2=	yes

PLIST_FILES=	bin/usrinfo

MANCOMPRESSED=	no
MAN1=		usrinfo.1

NO_STAGE=	yes
do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/usrinfo ${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/man/usrinfo.1 ${MANPREFIX}/man/man1

.include <bsd.port.mk>
