freebsd-ports/sysutils/userinfo/Makefile
2015-03-02 14:22:28 +00:00

19 lines
377 B
Makefile

# Created by: Ben Kibbey <bjk@arbornet.org>
# $FreeBSD$
PORTNAME= userinfo
PORTVERSION= 2.5
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
MAINTAINER= zi@FreeBSD.org
COMMENT= Show information about local users
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool tar:bzip2
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>