head	1.7;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2
	RELEASE_8_1_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2013.03.22.23.30.06;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.11.17.05.57.30;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.06.06.06.43.45;	author miwi;	state Exp;
branches;
next	1.4;

1.4
date	2012.06.01.05.18.26;	author dinoex;	state Exp;
branches;
next	1.3;

1.3
date	2012.02.16.15.56.53;	author ashish;	state Exp;
branches;
next	1.2;

1.2
date	2010.08.30.08.27.21;	author makc;	state Exp;
branches;
next	1.1;

1.1
date	2010.06.15.20.03.33;	author makc;	state Exp;
branches;
next	;


desc
@@


1.7
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:	plasma-applet-ftpmonitor
# Date created:		2010-06-15
# Whom:			Max Brazhnikov <makc@@FreeBSD.org>
#
# $FreeBSD: head/ftp/plasma-applet-ftpmonitor/Makefile 314960 2013-03-22 20:06:14Z makc $
#

PORTNAME=	ftpmonitor
PORTVERSION=	1.1
PORTREVISION=	3
CATEGORIES=	ftp kde
MASTER_SITES=	GOOGLE_CODE
PKGNAMEPREFIX=	plasma-applet-

MAINTAINER=	makc@@FreeBSD.org
COMMENT=	KDE4 Plasma applet, which monitors connections to ftp daemons

USE_BZIP2=	yes
USES=		cmake
USE_KDE4=	kdelibs kdeprefix automoc4
USE_QT4=	qmake_build moc_build uic_build rcc_build
MAKE_JOS_SAFE=	yes

post-patch:
	${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
		${WRKSRC}/src/ftpserver/*.h

.include <bsd.port.mk>
@


1.6
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/ftp/plasma-applet-ftpmonitor/Makefile 300896 2012-07-14 13:54:48Z beat $
d19 1
a19 1
USE_CMAKE=	yes
@


1.5
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.4
log
@- update png to 1.5.10
@
text
@d21 1
a21 2
USE_QT_VER=	4
QT_COMPONENTS=	qmake_build moc_build uic_build rcc_build
@


1.3
log
@- Bump PORTREVISION to chase the update of multimedia/libvpx
@
text
@d10 1
a10 1
PORTREVISION=	2
@


1.2
log
@Use system pgrep instead of pidof
Fix pure-ftpd naming
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@Add new port ftp/plasma-applet-ftpmonitor:

Ftpmonitor is a simple plasmoid for KDE 4, which monitors incoming
connections to ftp daemons. It acts as a frontend to pure-ftpwho,
ncftpd_spy and ftpwho for pure-ftpd, ncftpd and proftpd ftp daemons.
For vsftpd it looks for output of ps ax.

WWW:	http://code.google.com/p/ftpmonitor/
@
text
@d10 1
@

