29 lines
772 B
Makefile
29 lines
772 B
Makefile
# $NetBSD: Makefile,v 1.3 2004/01/25 02:33:41 grantbeattie Exp $
|
|
# New ports collection makefile for: sudoscript
|
|
# Date created: 17 June, 2003
|
|
# Whom: hbo
|
|
# $Id: Makefile,v 1.3 2004/01/25 02:33:41 grantbeattie Exp $
|
|
# $OpenBSD$
|
|
|
|
DISTNAME= sudoscript-2.1.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sudoscript/} \
|
|
http://egbok.com/sudoscript/
|
|
|
|
MAINTAINER= hbo@egbok.com
|
|
HOMEPAGE= http://www.egbok.com/sudoscript/
|
|
COMMENT= Audited shells with sudo(8) and script(1)
|
|
|
|
MESSAGE_SUBST+= DISTNAME=${DISTNAME}
|
|
MESSAGE_SUBST+= PREFIX=${PREFIX}
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
USE_GNU_TOOLS+= make
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|