Mathieu Arnold dbbfc7889a GOOGLE_CODE has gone away.
- If a port has another upstream, remove GOOGLE_CODE
- If a port only has GOOGLE_CODE mark it BROKEN

Some ports have a local mirror configured but for security reasons, it
is not considered upstream.

Sponsored by:	Absolight
2016-09-14 15:59:34 +00:00

30 lines
672 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)
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>