21 lines
497 B
Makefile
21 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.4 1999/03/22 16:40:27 bouyer Exp $
|
|
#
|
|
|
|
DISTNAME= nessus-990318
|
|
CATEGORIES= net security x11
|
|
MASTER_SITES= http://www.nessus.org/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= hubertf@netbsd.org
|
|
HOMEPAGE= http://www.nessus.org/
|
|
|
|
DEPENDS+= gtk+-1.2.0:../../x11/gtk
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
post-install:
|
|
${TOUCH} ${PREFIX}/share/nessus/reports/.keepme
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc
|
|
${MV} ${PREFIX}/share/nessus/Manual ${PREFIX}/share/doc/nessus.txt
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|