blob: 524b216d12a4b4bc516ea116d00dc194c12ed5c4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# $NetBSD: Makefile,v 1.5 2011/05/04 22:26:56 gdt Exp $
#
DISTNAME= ir-account-0.2
CATEGORIES= sysutils
MASTER_SITES= http://www.ir.bbn.com/~gdt/ir-account/
MAINTAINER= gdt@NetBSD.org
HOMEPAGE= http://www.ir.bbn.com/~gdt/ir-account/
COMMENT= Copy accounts among systems and manage sudo privs
PKG_DESTDIR_SUPPORT= user-destdir
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
DEPENDS+= sudo>=1.6:../../security/sudo
.include "../../mk/bsd.pkg.mk"
|