freebsd-ports/sysutils/usrinfo/Makefile
Pav Lucistnik 0e775c1d85 - Update to .05
PR:		ports/66129
Submitted by:	aaron myles landwehr <aaron@snaphat.com> (maintainer)
2004-05-01 23:38:20 +00:00

22 lines
498 B
Makefile

# New ports collection makefile for: usrinfo
# Date created: 28 January 2004
# Whom: Aaron Landwehr <aaron@snaphat.com>
#
# $FreeBSD$
#
PORTNAME= usrinfo
PORTVERSION= .05
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
.include <bsd.port.mk>