rTorrent is a console-based BitTorrent client. It aims to be a fully-featured
[pkgsrc.git] / net / nmapfe / Makefile
1 # $NetBSD: Makefile 2000/05/01 13:25 Mipam$
2
3 DISTNAME=       nmapfe-0.9.5
4 CATEGORIES=     net security
5 MASTER_SITES=   http://codebox.net/download/
6 EXTRACT_SUFX=   .tgz
7
8 MAINTAINER=     reinoud@ibbnet.org
9 HOMEPAGE=       http://www.insecure.org/nmap/index.html
10
11 DEPENDS+=       nmap-2.*:../../net/nmap
12 DEPENDS+=       gtk+-1.2.*:../../x11/gtk
13
14 GNU_CONFIGURE=  Yes
15 CONFIGURE_ENV+= INSTALL=${INSTALL}
16
17 WRKSRC= ${WRKDIR}/nmapfe
18
19 .include "../../mk/bsd.prefs.mk"
20
21 .if ${OPSYS} == "SunOS"
22 MAKE_ENV+=      CPPFLAGS=""
23 .endif
24
25 .include "../../mk/bsd.pkg.mk"