summaryrefslogtreecommitdiffstats
path: root/security/nmapsi4/Makefile
blob: 709bd4261c9c8d57d4d3c0ff3f201eb3a76885ce (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
27
28
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
# $FreeBSD$

PORTNAME=	nmapsi4
PORTVERSION=	0.4.1
CATEGORIES=	security
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	vg@FreeBSD.org
COMMENT=	GUI frontend for the nmap scanning utility

LICENSE=	GPLv2

RUN_DEPENDS=	${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap

USES=		cmake
USE_XZ=		yes
INSTALLS_ICONS=	yes
USE_QT4=	gui qmake_build uic_build moc_build rcc_build network \
		linguist_build webkit dbus
CMAKE_ARGS+=	-DBUILD_KDELIBS=off

NO_STAGE=	yes
pre-configure:
	${REINPLACE_CMD} -e 's#share/applications/kde4/#share/applications/#g' \
		${WRKSRC}/src/CMakeLists.txt

.include <bsd.port.mk>
OpenPOWER on IntegriCloud