opnsense-ports/sysutils/usrinfo/Makefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

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