opnsense-ports/sysutils/usrinfo/Makefile
Franco Fichtner 62b2f67211 */*: sync with upstream
Taken from: FreeBSD
2022-07-21 08:10:06 +02:00

19 lines
492 B
Makefile

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
LICENSE= BSD2CLAUSE
USES= tar:bzip2
PLIST_FILES= bin/usrinfo man/man1/usrinfo.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/usrinfo ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/man/usrinfo.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>