freebsd-ports/sysutils/usrinfo/Makefile
Kirill Ponomarev 2872e9bec4 Fix MASTER_SITES
PR:		ports/68822
Submitted by:	maintainer
2004-07-08 18:01:10 +00:00

29 lines
612 B
Makefile

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