blob: f4f2b5f785f0d2e5ab75535973ffe0a18a1287e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: usrinfo
# Date created: 28 January 2004
# Whom: Aaron Landwehr <aaron@snaphat.com>
#
# $FreeBSD$
#
PORTNAME= usrinfo
PORTVERSION= .02
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.snaphat.com/pub/software/
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>
|