cd0e4a385f
- Explicitly disable KDE 4 support - Sync USE_QT4 components with project requirements PR: ports/177578 [1] Submitted by: Gvozdikov Veniamin (maintainer)
27 lines
646 B
Makefile
27 lines
646 B
Makefile
# Created by: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nmapsi4
|
|
PORTVERSION= 0.4.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
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
|
|
|
|
pre-configure:
|
|
${REINPLACE_CMD} -e 's#share/applications/kde4/#share/applications/#g' \
|
|
${WRKSRC}/src/CMakeLists.txt
|
|
|
|
.include <bsd.port.mk>
|