forked from Lainports/freebsd-ports
EXPIRATION_DATE at the end of April 2017. In the past six months, about a third of the ports marked BROKEN because they were hosted on Google Code have been fixed. The remaining must not be of use to anyone. With hat: portmgr Sponsored by: Absolight
31 lines
777 B
Makefile
31 lines
777 B
Makefile
# Created by: Veniamin Gvozdikov <vg@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= nmapsi4
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= GOOGLE_CODE
|
|
|
|
MAINTAINER= vg@FreeBSD.org
|
|
COMMENT= GUI frontend for the nmap scanning utility
|
|
|
|
LICENSE= GPLv2
|
|
|
|
BROKEN= Unfetchable (google code has gone away)
|
|
DEPRECATED= Unfetchable for more than six months (google code has gone away)
|
|
EXPIRATION_DATE= 2017-04-30
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/nmap:security/nmap
|
|
|
|
USES= cmake tar:xz
|
|
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>
|