head	1.14;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.9
	RELEASE_7_3_0:1.8
	RELEASE_8_0_0:1.8
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.6
	RELEASE_6_4_0:1.6
	RELEASE_5_EOL:1.4
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2;
locks; strict;
comment	@# @;


1.14
date	2013.01.23.15.05.34;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2013.01.23.00.01.36;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2012.11.17.05.57.30;	author svnexp;	state Exp;
branches;
next	1.11;

1.11
date	2012.06.06.06.43.45;	author miwi;	state Exp;
branches;
next	1.10;

1.10
date	2012.06.01.05.18.26;	author dinoex;	state Exp;
branches;
next	1.9;

1.9
date	2010.03.28.06.34.31;	author dinoex;	state Exp;
branches;
next	1.8;

1.8
date	2009.05.04.18.42.24;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2009.03.27.22.10.37;	author miwi;	state Exp;
branches;
next	1.6;

1.6
date	2008.07.24.15.16.04;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2008.06.06.13.28.20;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2008.03.13.12.43.30;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2008.03.02.08.25.07;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2007.08.11.09.17.10;	author rafan;	state Exp;
branches;
next	1.1;

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


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310871
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	scythia
# Date created:		30 Jun 2007
# Whom:			Yinghong.Liu <relaxbsd@@gmail.com>
#
# $FreeBSD: head/ftp/scythia/Makefile 310871 2013-01-23 15:00:18Z makc $
#

PORTNAME=	scythia
DISTVERSION=	0.9.3
PORTREVISION=	3
CATEGORIES=	ftp
MASTER_SITES=	http://scythia.free.fr/wp-content/ \
		ftp://local-distfiles.freebsd.org.cn/pub/china-ports/hamigua/
DISTNAME=	${PORTNAME}_${PORTVERSION}-2-src

MAINTAINER=	dhn@@FreeBSD.org
COMMENT=	Small ftp client unpretentious based on Qt4

USE_QT4=	gui network corelib qmake_build uic_build moc_build rcc_build
INSTALLS_ICONS=	yes
MAKE_JOBS_SAFE=	yes
WRKSRC=		${WRKDIR}/${PORTNAME}

.if defined(NOPORTDOCS)
INSTALL_TARGET=install_lang install_icon install_icon2 install_target
.endif

DESKTOP_ENTRIES=	"Scythia" \
			"Small ftp client unpretentious" \
			"scythia" \
			"scythia" \
			"Network;FileTransfer;Qt;" \
			"false"

post-patch:
	@@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
		-e '/unix:desktop/d' \
		${WRKSRC}/scythia.pro
	@@${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g' \
		${WRKSRC}/src/main.cpp

pre-build:
	@@cd ${BUILD_WRKSRC} && \
	       ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} scythia.pro

.include <bsd.port.mk>
@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310845
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d5 1
a5 1
# $FreeBSD: head/ftp/scythia/Makefile 310845 2013-01-22 23:13:41Z makc $
d10 1
a10 1
PORTREVISION=	2
@


1.12
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/ftp/scythia/Makefile 300896 2012-07-14 13:54:48Z beat $
d17 1
a17 1
COMMENT=	A small ftp client unpretentious based on QT4
d29 1
a29 1
			"A small ftp client unpretentious" \
d32 1
a32 1
			"Application;Network;" \
d44 1
a44 1
	       ${SETENV} ${MAKE_ENV} ${QMAKE} -unix PREFIX=${PREFIX} scythia.pro
@


1.11
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.10
log
@- update png to 1.5.10
@
text
@d19 1
a19 2
USE_QT_VER=	4
QT_COMPONENTS=	gui network corelib qmake_build uic_build moc_build rcc_build
@


1.9
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.8
log
@- Pass maintainership to dhn@@
@
text
@d10 1
@


1.7
log
@- Update to 0.9.3
@
text
@d15 1
a15 1
MAINTAINER=	miwi@@FreeBSD.org
@


1.6
log
@- Fix build with NOPORTDOCS

Reported by:	IonBoT
@
text
@d9 1
a9 2
PORTVERSION=	0.9.1
PORTREVISION=	2
d11 1
a11 1
MASTER_SITES=	http://scythia.free.fr/file/ \
d13 1
a13 1
DISTNAME=	${PORTNAME}_${PORTVERSION}-src
d21 1
@


1.5
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
@d10 1
a10 1
PORTREVISION=	1
d25 1
a25 1
INSTALL_TARGET=install_lang install_icon install_icon2 install_desktop install_target
@


1.4
log
@- Take over maintainership
@
text
@d10 1
@


1.3
log
@Reset relaxbsd@@gmail.com due to maintainer-timeouts.

Hat:		portmgr
@
text
@d15 1
a15 1
MAINTAINER=	ports@@FreeBSD.org
@


1.2
log
@- Change some dependencies into build only after bsd.qt.mk rev 1.3

PR:		ports/115195
Submitted by:	Yinghong.Liu (maintainer)
@
text
@d15 1
a15 1
MAINTAINER=	relaxbsd@@gmail.com
@


1.1
log
@Scythia is an simple and portable Ftp client. It does not claim
to be able to replace the biggest (no SSH etc.), but only to
satisfy some persons and to give us a bigger experience in
programming.

WWW: http://scythia.free.fr/

PR:		ports/114157
Submitted by:	Yinghong.Liu <relaxbsd at gmail.com>
@
text
@d19 1
a19 1
QT_COMPONENTS=	gui network corelib qmake uic moc rcc
@

