freebsd-ports/sysutils/userinfo/Makefile
Ryan Steinmetz 536eaa5094 - Update to 2.4
- Add LICENSE
- Switch to new 'created by' header

Feature safe:	yes
2013-04-16 15:27:52 +00:00

22 lines
398 B
Makefile

# Created by: Ben Kibbey <bjk@arbornet.org>
# $FreeBSD$
PORTNAME= userinfo
PORTVERSION= 2.4
CATEGORIES= sysutils
MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}
MAINTAINER= zi@FreeBSD.org
COMMENT= Show information about local users
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
GNU_CONFIGURE= yes
MAN1= ui.1
MLINKS= ui.1 userinfo.1
.include <bsd.port.mk>