head	1.8;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.1
	RELEASE_7_0_0:1.1
	RELEASE_6_3_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.01.19;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2012.10.05.12.41.45;	author garga;	state Exp;
branches;
next	1.6;

1.6
date	2012.08.03.18.39.20;	author garga;	state Exp;
branches;
next	1.5;

1.5
date	2012.08.03.15.34.45;	author garga;	state Exp;
branches;
next	1.4;

1.4
date	2012.07.02.22.08.14;	author garga;	state Exp;
branches;
next	1.3;

1.3
date	2009.03.28.17.53.22;	author garga;	state Exp;
branches;
next	1.2;

1.2
date	2008.07.25.18.37.43;	author garga;	state Exp;
branches;
next	1.1;

1.1
date	2007.06.25.12.34.07;	author garga;	state Exp;
branches;
next	;


desc
@@


1.8
log
@Switch exporter over
@
text
@# $FreeBSD: head/security/scanhill/Makefile 305298 2012-10-05 12:41:45Z garga $

PORTNAME=	scanhill
DISTVERSION=	0.5-p1
CATEGORIES=	security net-im
MASTER_SITES=	http://www.enderunix.org/scanhill/ \
		http://www.sourcefiles.org/Networking/Security/Sniffers/ \
		http://www.mirrorservice.org/sites/download.sourceforge.net/pub/sourceforge/s/sc/scanhill/

MAINTAINER=	garga@@FreeBSD.org
COMMENT=	Microsoft Messenger Protocol Sniffer

WRKSRC=		${WRKDIR}/${PORTNAME}

GNU_CONFIGURE=	yes
USE_ICONV=	yes
MAKE_JOBS_SAFE=	yes

PORTDOCS=	README.txt INSTALL.txt mysql.sql

OPTIONS_DEFINE=	MYSQL DOCS

.include <bsd.port.pre.mk>

.if ${PORT_OPTIONS:MMYSQL}
CONFIGURE_ARGS+=	--enable-mysql
USE_MYSQL=		yes
.endif

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/scanhill ${PREFIX}/bin
	${INSTALL_DATA} ${WRKSRC}/scanhill.conf ${PREFIX}/etc/scanhill.conf-dist
.if !exists(${PREFIX}/etc/scanhill.conf)
	${INSTALL_DATA} ${WRKSRC}/scanhill.conf ${PREFIX}/etc/
.endif
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
. for f in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
. endfor
.endif

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


1.7
log
@SVN rev 305298 on 2012-10-05 12:41:45Z by garga

Change headers of all ports maintained by me to new format
@
text
@d1 1
a1 1
# $FreeBSD$
@


1.6
log
@SVN rev 301967 on 2012-08-03 18:39:20Z by garga

Remove unecessary OPTIONS_DEFAULT definitions added on r301957

Reported by:	sunpoet@@
@
text
@a0 4
# New ports collection makefile for:	scanhill
# Date created:		2007-06-18
# Whom:			garga
#
a1 1
#
@


1.5
log
@SVN rev 301957 on 2012-08-03 15:34:45Z by garga

Add DOCS, EXAMPLES and NLS to OPTIONS_DEFINE to my ports
@
text
@a26 1
OPTIONS_DEFAULT=DOCS
@


1.4
log
@Move to OPTIONSng
@
text
@d26 2
a27 1
OPTIONS_DEFINE=	MYSQL
@


1.3
log
@Mark all my ports as MAKE_JOBS_SAFE and MAKE_JOBS_UNSAFE
@
text
@d26 1
a26 1
OPTIONS=	MYSQL "Enable MySQL support" off
d30 1
a30 1
.if defined(WITH_MYSQL)
d41 1
a41 1
.if !defined(NOPORTDOCS)
@


1.2
log
@- Add 2 new mirrors to MASTER_SITES
@
text
@d22 1
@


1.1
log
@Scanhill is a Microsoft Messenger Protocol Sniffer. Currently it can only
intercept Instant Text Messaging. Optionally, intercepted text messages can be
stored onto an RDMBS (Only mySQL is supported for now). Given that mySQL is
used, stored instant messages can be read through a browser interface that is
written in PHP language. Please see the INSTALL.txt file for instructions on
how to install, configure and run EnderUNIX scanhill.

WWW:	http://www.enderunix.org/scanhill/
@
text
@d11 3
a13 1
MASTER_SITES=	http://www.enderunix.org/scanhill/
@

