6dea85f6b2
PR: ports/156125 Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer)
31 lines
690 B
Makefile
31 lines
690 B
Makefile
# New ports collection makefile for: nmapsi4
|
|
# Date created: 2009-10-30
|
|
# Whom: Gvozdikov Veniamin <g.veniamin@googlemail.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= nmapsi4
|
|
PORTVERSION= 0.2.1
|
|
CATEGORIES= security
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= g.veniamin@googlemail.com
|
|
COMMENT= GUI frontend for the nmap scanning utility
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/nmap:${PORTSDIR}/security/nmap
|
|
|
|
LICENSE= GPLv2
|
|
|
|
USE_CMAKE= yes
|
|
CMAKE_USE_PTHREAD= yes
|
|
INSTALLS_ICONS= yes
|
|
USE_QT_VER= 4
|
|
QT_COMPONENTS= gui xml qmake_build uic_build moc_build rcc_build network \
|
|
linguist webkit
|
|
|
|
post-install:
|
|
${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}
|
|
${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}-logr
|
|
|
|
.include <bsd.port.mk>
|