mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-29 05:38:00 +00:00
73f7c91b5d
(Part 1)
24 lines
494 B
Makefile
24 lines
494 B
Makefile
# New ports collection makefile for: usrinfo
|
|
# Date created: 28 January 2004
|
|
# Whom: Aaron Landwehr <aaron@snaphat.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= usrinfo
|
|
PORTVERSION= .02
|
|
PORTREVISION= 1
|
|
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>
|