summaryrefslogtreecommitdiff
path: root/sysutils/usrinfo/Makefile
blob: a77e89eb7f80dbdb77a0fad4d85f401c364c257b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Created by: Aaron Landwehr <aaron@snaphat.com>
# $FreeBSD$

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>