summaryrefslogtreecommitdiff
path: root/sysutils/usrinfo/Makefile
blob: 4e1bf2acf8d9b8d38296dcac41934806c1e459db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	usrinfo
PORTVERSION=	.10
PORTREVISION=	1
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

LICENSE=	BSD2CLAUSE

USES=	tar:bzip2

PLIST_FILES=	bin/usrinfo share/man/man1/usrinfo.1.gz

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/usrinfo ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKSRC}/man/usrinfo.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>