1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/sysutils/usrinfo/Makefile
Adam Weinberger aeac01a4bb Convert some more USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 21:43:17 +00:00

23 lines
554 B
Makefile

# 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
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>