freebsd-ports/sysutils/usrinfo/Makefile
Kirill Ponomarev c679f4759f - Update to version .08
PR:		ports/67243
Submitted by:	maintainer
2004-05-27 08:26:39 +00:00

29 lines
657 B
Makefile

# New ports collection makefile for: usrinfo
# Date created: 28 January 2004
# Whom: Aaron Landwehr <aaron@snaphat.com>
#
# $FreeBSD$
#
PORTNAME= usrinfo
PORTVERSION= .08
CATEGORIES= sysutils
MASTER_SITES= http://osdn.dl.sourceforge.net/sourceforge/${PORTNAME}/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER?= aaron@snaphat.com
COMMENT= Displays information about a user using either "<br>" or "\n" breaks
USE_BZIP2= yes
USE_GMAKE= yes
PLIST_FILES= bin/usrinfo
MANCOMPRESSED= no
MAN1= usrinfo.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/usrinfo ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/usrinfo.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>