pkgsrc/sysutils/user/Makefile
2000-08-21 21:01:29 +00:00

32 lines
835 B
Makefile

# $NetBSD: Makefile,v 1.9 2000/08/21 21:01:33 hubertf Exp $
#
# Note to package maintainers:
# To update the distfile of this pkg, cd to /usr/src/usr.sbin,
# "tar pzvcf user-`date +%Y%m%d`.tar.gz user" and upload that
# file to ${MASTER_SITE_LOCAL}.
DISTNAME= user-20000509
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_LOCAL}
MAINTAINER= agc@netbsd.org
HOMEPAGE= http://www.netbsd.org/
WRKSRC= ${WRKDIR}/user
ONLY_FOR_PLATFORM= NetBSD-*-* # already in Solaris base system
.if exists(/usr/sbin/user)
IGNORE= "${PKGNAME} is part of your NetBSD distribution"
.endif
NO_CONFIGURE= yes
MANCOMPRESSED_IF_MANZ= yes
MAKE_ENV+= BINDIR=${PREFIX}/sbin MANDIR=${PREFIX}/man \
FILESDIR=${PREFIX}/share/examples/usermgmt
pre-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/usermgmt
.include "../../mk/bsd.pkg.mk"