pkgsrc/sysutils/user_cygwin/Makefile
obache 631d02179f Update cygwin_user to 20130307.
allow to add/del group-as-user.
2013-03-07 12:25:06 +00:00

26 lines
547 B
Makefile

# $NetBSD: Makefile,v 1.2 2013/03/07 12:25:06 obache Exp $
#
DISTNAME= user-20130307
CATEGORIES= sysutils
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= obache@NetBSD.org
COMMENT= Limited NetBSD-compatible useradd/groupadd commands
ONLY_FOR_PLATFORM= Cygwin-*-*
PKG_INSTALLATION_TYPES= overwrite pkgviews
NO_CONFIGURE= yes
NO_BUILD= yes
INSTALLATION_DIRS= sbin
do-install:
.for f in useradd userdel groupadd groupdel
${INSTALL_SCRIPT} ${FILESDIR}/${f}.sh ${DESTDIR}${PREFIX}/sbin/${f}
.endfor
.include "../../mk/bsd.pkg.mk"