2003-03-31 13:39:27 +02:00
|
|
|
# Ports collection Makefile for: userinfo
|
|
|
|
# Date created: 5 November 2002
|
|
|
|
# Whom: Ben Kibbey <bjk@arbornet.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= userinfo
|
2007-03-29 00:58:53 +02:00
|
|
|
PORTVERSION= 2.2
|
2003-03-31 13:39:27 +02:00
|
|
|
CATEGORIES= sysutils
|
2007-03-18 01:13:38 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= bjk
|
2003-03-31 13:39:27 +02:00
|
|
|
|
2007-03-10 21:27:04 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-04-14 22:13:56 +02:00
|
|
|
COMMENT= Show information about local users
|
2003-03-31 13:39:27 +02:00
|
|
|
|
2007-02-01 03:42:05 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2003-03-31 13:39:27 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2003-03-31 13:39:27 +02:00
|
|
|
|
|
|
|
MAN1= ui.1
|
2007-03-29 00:58:53 +02:00
|
|
|
MLINKS= ui.1 userinfo.1
|
2003-03-31 13:39:27 +02:00
|
|
|
|
2003-07-15 14:49:20 +02:00
|
|
|
.include <bsd.port.mk>
|