blob: 769f9c405bb51581dd9a35bd088f003b97621c77 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: usrinfo
# Date created: 28 January 2004
# Whom: Aaron Landwehr <aaron@snaphat.com>
#
# $FreeBSD$
#
PORTNAME= usrinfo
PORTVERSION= .09
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}/man/usrinfo.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>
|