Tweak security/nmapsi4 version 0.4.1
[dports.git] / security / nmapsi4 / Makefile
1 # Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
2 # $FreeBSD: security/nmapsi4/Makefile 342166 2014-02-01 15:18:39Z miwi $
3
4 PORTNAME=       nmapsi4
5 PORTVERSION=    0.4.1
6 CATEGORIES=     security
7 MASTER_SITES=   GOOGLE_CODE
8
9 MAINTAINER=     vg@FreeBSD.org
10 COMMENT=        GUI frontend for the nmap scanning utility
11
12 LICENSE=        GPLv2
13
14 RUN_DEPENDS=    ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap
15
16 USES=           cmake
17 USE_XZ=         yes
18 INSTALLS_ICONS= yes
19 USE_QT4=        gui qmake_build uic_build moc_build rcc_build network \
20                 linguist_build webkit dbus
21 CMAKE_ARGS+=    -DBUILD_KDELIBS=off
22
23 pre-configure:
24         ${REINPLACE_CMD} -e 's#share/applications/kde4/#share/applications/#g' \
25                 ${WRKSRC}/src/CMakeLists.txt
26
27 .include <bsd.port.mk>