pkgsrc/security/nessus/Makefile

22 lines
497 B
Makefile
Raw Normal View History

1999-03-22 17:40:27 +01:00
# $NetBSD: Makefile,v 1.4 1999/03/22 16:40:27 bouyer Exp $
1999-02-08 18:17:48 +01:00
#
1999-03-22 17:40:27 +01:00
DISTNAME= nessus-990318
1999-02-08 18:17:48 +01:00
CATEGORIES= net security x11
MASTER_SITES= http://www.nessus.org/
EXTRACT_SUFX= .tgz
1999-02-08 18:17:48 +01:00
MAINTAINER= hubertf@netbsd.org
HOMEPAGE= http://www.nessus.org/
1999-03-04 10:30:44 +01:00
DEPENDS+= gtk+-1.2.0:../../x11/gtk
1999-02-08 18:17:48 +01:00
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"