summaryrefslogtreecommitdiff
path: root/security/msu/Makefile
blob: aeb617a17fe99da43653c2417374e563f9245be3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.12 2019/11/04 21:12:55 rillig Exp $

DISTNAME=	msu-1.09
CATEGORIES=	security
MASTER_SITES=	http://msu.googlecode.com/files/
EXTRACT_SUFX=	.tbz

MAINTAINER=	abs@NetBSD.org
HOMEPAGE=	https://code.google.com/archive/p/msu/
COMMENT=	Mini passwordless su

MAKE_ENV+=	SYSCONFDIR=${PKG_SYSCONFDIR:Q}

PKG_DESTDIR_SUPPORT=	destdir

.include "../../mk/bsd.pkg.mk"