head	1.17;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.16
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.14
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.10
	RELEASE_5_5_0:1.10
	RELEASE_6_0_0:1.9
	RELEASE_5_4_0:1.9
	RELEASE_4_11_0:1.9
	RELEASE_5_3_0:1.9
	RELEASE_4_10_0:1.9
	RELEASE_5_2_1:1.7
	RELEASE_5_2_0:1.7
	RELEASE_4_9_0:1.7
	RELEASE_5_1_0:1.7
	RELEASE_4_8_0:1.6
	RELEASE_5_0_0:1.5
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.2;
locks; strict;
comment	@# @;


1.17
date	2012.11.17.06.01.04;	author svnexp;	state Exp;
branches;
next	1.16;

1.16
date	2009.08.22.00.34.53;	author amdmi3;	state Exp;
branches;
next	1.15;

1.15
date	2008.06.06.14.00.52;	author edwin;	state Exp;
branches;
next	1.14;

1.14
date	2008.03.25.22.44.39;	author miwi;	state Exp;
branches;
next	1.13;

1.13
date	2007.05.19.20.22.36;	author flz;	state Exp;
branches;
next	1.12;

1.12
date	2006.04.20.05.41.06;	author sem;	state Exp;
branches;
next	1.11;

1.11
date	2006.04.14.22.53.08;	author linimon;	state Exp;
branches;
next	1.10;

1.10
date	2006.03.07.08.27.35;	author ade;	state Exp;
branches;
next	1.9;

1.9
date	2004.02.09.01.43.38;	author kris;	state Exp;
branches;
next	1.8;

1.8
date	2004.02.04.05.08.45;	author marcus;	state Exp;
branches;
next	1.7;

1.7
date	2003.04.20.19.42.15;	author marcus;	state Exp;
branches;
next	1.6;

1.6
date	2003.03.07.06.10.41;	author ade;	state Exp;
branches;
next	1.5;

1.5
date	2002.09.01.15.18.23;	author lioux;	state Exp;
branches;
next	1.4;

1.4
date	2002.03.31.06.42.30;	author pat;	state Exp;
branches;
next	1.3;

1.3
date	2001.11.15.03.59.10;	author pat;	state Exp;
branches;
next	1.2;

1.2
date	2001.08.03.02.29.36;	author lioux;	state Exp;
branches;
next	1.1;

1.1
date	2001.07.30.00.56.50;	author lioux;	state Exp;
branches;
next	;


desc
@@


1.17
log
@Switch exporter over
@
text
@# New ports collection makefile for:	gtk-knocker
# Date created:				Tue Jul 10 02:18:39 EDT 2001
# Whom:					Patrick Li <pat@@databits.net>
#
# $FreeBSD: head/security/gtk-knocker/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	knocker
PORTVERSION=	0.6.6
PORTREVISION=	4
CATEGORIES=	security net x11
MASTER_SITES=	SF/${PORTNAME}/gtk-${PORTNAME}/${PORTVERSION}
PKGNAMEPREFIX=	gtk-
DISTNAME=	gtk-${PORTNAME}-${PORTVERSION}

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	A simple and easy to use TCP only port scanner (GTK+ version)

GNU_CONFIGURE=	yes
USE_XORG=	x11 xpm
USE_GNOME=	gtk12

MAN1=		gtk-knocker.1

.include <bsd.port.pre.mk>

post-patch:
.for file in src/gtk_support.c src/gtk_callbacks.c
	@@${REINPLACE_CMD} -e 's|"\.\./pixmaps"|PACKAGE_DATA_DIR "/pixmaps"|g' \
		${WRKSRC}/${file}
.endfor
.for file in src/license.h
	@@${REINPLACE_CMD} -e 's|$$|\\n\\|g ; \
		 s|^".*|";|g' ${WRKSRC}/${file}
.endfor

post-install:
	@@${INSTALL_MAN} ${WRKSRC}/docs/gtk-knocker.1 ${MANPREFIX}/man/man1

.include <bsd.port.post.mk>
@


1.16
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.15
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.14
log
@- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.13
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@a19 1
USE_X_PREFIX=	yes
d21 1
a21 1
USE_XPM=	yes
@


1.12
log
@- Fix build with gcc 3.x (FreeBSD 5.0+)
- Install a man page in ${MANPREFIX} not ${PREFIX}

PR:		ports/96011
Submitted by:	Ports Fury
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.11
log
@Reset pat due to no response to email about his status.

Hat:	portmgr
@
text
@d29 9
a37 3
.if ${OSVERSION} >= 502000
BROKEN=		"Does not compile"
.endif
d40 1
a40 1
	@@${INSTALL_MAN} ${WRKSRC}/docs/gtk-knocker.1 ${PREFIX}/man/man1
@


1.10
log
@Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with:	kris
Approved by:	portmgr (implicit)
@
text
@d17 1
a17 1
MAINTAINER=	pat@@FreeBSD.org
@


1.9
log
@BROKEN on 5.x: does not compile
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.8
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d27 6
d36 1
a36 1
.include <bsd.port.mk>
@


1.7
log
@Remove USE_GNOMENG.
@
text
@d10 1
@


1.6
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@a21 1
USE_GNOMENG=	yes
@


1.5
log
@Deploy USE_GNOMENG infrastructure

PR:		42288
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
@
text
@d17 1
@


1.4
log
@Update to 0.6.6
@
text
@d21 2
a22 1
USE_GTK=	yes
@


1.3
log
@Maintainer is now committer so change to new email address.

Approved by:	lioux
@
text
@d9 1
a9 1
PORTVERSION=	0.3.0
d24 3
@


1.2
log
@Update to 0.3.0

Submitted by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD: ports/security/gtk-knocker/Makefile,v 1.1 2001/07/30 00:56:50 lioux Exp $
d16 1
a16 1
MAINTAINER=	pat@@databits.net
@


1.1
log
@New port gtk-knocker version 0.2.0: A simple and easy to use TCP
only port scanner (GTK+ version)

PR:		29109
Submitted by:	Patrick Li <pat@@databits.net>
@
text
@d5 1
a5 1
# $FreeBSD$
d9 1
a9 1
PORTVERSION=	0.2.0
a23 4

pre-patch:
	@@${PERL} -pi -e 's|gtk-config|${GTK_CONFIG}|g' \
		${WRKSRC}/configure
@

