head	1.11;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.2
	RELEASE_7_3_0:1.1;
locks; strict;
comment	@# @;


1.11
date	2013.03.22.23.30.10;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2012.11.17.06.01.08;	author svnexp;	state Exp;
branches;
next	1.9;

1.9
date	2012.06.06.06.44.22;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2012.06.01.05.24.06;	author dinoex;	state Exp;
branches;
next	1.7;

1.7
date	2012.05.21.14.46.18;	author rakuco;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.07.20.35.20;	author rm;	state Exp;
branches;
next	1.5;

1.5
date	2011.11.14.03.26.45;	author rakuco;	state Exp;
branches;
next	1.4;

1.4
date	2011.04.03.18.31.42;	author dhn;	state Exp;
branches;
next	1.3;

1.3
date	2010.12.13.00.11.29;	author pav;	state Exp;
branches;
next	1.2;

1.2
date	2010.03.28.06.43.25;	author dinoex;	state Exp;
branches;
next	1.1;

1.1
date	2010.01.31.13.43.16;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.11
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314960
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	nmapsi4
# Date created:		2009-10-30
# Whom:			Gvozdikov Veniamin <g.veniamin@@googlemail.com>
#
# $FreeBSD: head/security/nmapsi4/Makefile 314960 2013-03-22 20:06:14Z makc $
#

PORTNAME=	nmapsi4
PORTVERSION=	0.3
PORTREVISION=	2
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_BZIP2=	yes
INSTALLS_ICONS=	yes
USE_QT4=	gui xml qmake_build uic_build moc_build rcc_build network \
		linguist webkit dbus

pre-configure:
	${REINPLACE_CMD} -e 's#share/applications/kde4/#share/applications/#g' \
		${WRKSRC}/${PORTNAME}/CMakeLists.txt \
		${WRKSRC}/${PORTNAME}-logr/CMakeLists.txt

post-install:
	${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}
	${CHMOD} 755 ${PREFIX}/bin/${PORTNAME}-logr

.include <bsd.port.mk>
@


1.10
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/nmapsi4/Makefile 300897 2012-07-14 14:29:18Z beat $
d21 1
a21 1
USE_CMAKE=	yes
@


1.9
log
@- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:	bapt, David Naylor (kde team)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.8
log
@- update png to 1.5.10
@
text
@d24 1
a24 2
USE_QT_VER=	4
QT_COMPONENTS=	gui xml qmake_build uic_build moc_build rcc_build network \
@


1.7
log
@Add `dbus' to QT_COMPONENTS.

nmapsi4 failed to build on the Qt 4.8.1 exp-run because qt4-dbus was
not found at configure-time. Explicitly depend on it to avoid these
errors.

PORTREVISION bumped due to the change in the dependency list.

Approved by:	miwi (Qt 4.8.1 exp-run)
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.6
log
@- update to 0.3
- replace patches with REINPLACE_CMD
- switch to bzip2 distribution
- move license to proper Makefile section

Changelog:
https://gitorious.org/nmapsi4/pages/Released

PR:		163869
Submitted by:	Veniamin Gvozdikov <g.veniamin at googlemail dot com> (maintainer)
@
text
@d10 1
d26 1
a26 1
		linguist webkit
@


1.5
log
@Remove CMAKE_USE_PTHREAD from the ports using it.

This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.

Approved by:	avilla (mentor), portmgr (miwi)
Feature safe:	yes
@
text
@d9 1
a9 1
PORTVERSION=	0.2.1
d16 2
a19 2
LICENSE=	GPLv2

d21 1
d27 5
@


1.4
log
@- Update to 0.2.1

PR:		ports/156125
Submitted by:	Gvozdikov Veniamin <g.veniamin@@googlemail.com> (maintainer)
@
text
@a20 1
CMAKE_USE_PTHREAD=	yes
@


1.3
log
@- Mark BROKEN: does not compile

Reported by:	pointyhat
@
text
@d9 1
a9 2
PORTVERSION=	0.2
PORTREVISION=	1
a11 1
DISTNAME=	${PORTNAME}-${PORTVERSION}-alpha3
d18 1
a18 1
BROKEN=		does not compile
d22 1
d24 2
a25 1
QT_COMPONENTS=	gui xml qmake_build uic_build moc_build rcc_build network linguist
@


1.2
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d20 2
@


1.1
log
@NmapSi4 is a complete Qt-based Gui with the design goals to provide a complete
nmap interface for Users, in order to management all options of this powerful
security net scanner!

WWW:	http://www.nmapsi4.org

PR:		ports/142118
Submitted by:	Gvozdikov Veniamin <g.veniamin at googlemail.com>
@
text
@d10 1
@

