summaryrefslogtreecommitdiff
path: root/net/nmapfe/Makefile
blob: a0784ce165e9e9672d2d752ab7655fe9fe667439 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# $NetBSD: Makefile,v 1.3 2001/02/17 18:19:17 wiz Exp $

DISTNAME=	nmapfe-0.9.5
CATEGORIES=	net security
MASTER_SITES=	http://codebox.net/download/
EXTRACT_SUFX=	.tgz

MAINTAINER=     reinoud@ibbnet.org,hubertf@netbsd.org
HOMEPAGE=	http://www.insecure.org/nmap/index.html
COMMENT=	graphical front end to the nmap port scanner

DEPENDS+=	nmap-2.*:../../net/nmap
DEPENDS+=	gtk+-1.2.*:../../x11/gtk

GNU_CONFIGURE=	Yes
CONFIGURE_ENV+= INSTALL=${INSTALL}

WRKSRC= ${WRKDIR}/nmapfe

.include "../../mk/bsd.prefs.mk"

.if ${OPSYS} == "SunOS"
MAKE_ENV+=      CPPFLAGS=""
.endif

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