freebsd-ports/sysutils/userinfo/Makefile
Sergey A. Osokin add2a21336 Unbreak for 5.X.
Use the same CONFIGURE_TARGET as other ports.
Allow the manpage to be compressed.

Submitted by:	Sergey Kolobov <sergei@kolobov.com>
Approved by:	maintainer (timeout after > 1 month)
PR:		53178
2003-07-15 12:49:20 +00:00

24 lines
502 B
Makefile

# Ports collection Makefile for: userinfo
# Date created: 5 November 2002
# Whom: Ben Kibbey <bjk@arbornet.org>
#
# $FreeBSD$
#
PORTNAME= userinfo
PORTVERSION= 1.10a
CATEGORIES= sysutils
MASTER_SITES= http://arbornet.org/~bjk/userinfo/
MAINTAINER= bjk@m-net.arbornet.org
COMMENT= Show information about local users
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN1= ui.1
pre-build:
${MV} ${WRKSRC}/doc/ui.man ${WRKSRC}/doc/ui.1
.include <bsd.port.mk>