head	1.14;
access;
symbols
	RELEASE_8_3_0:1.9
	RELEASE_9_0_0:1.9
	RELEASE_7_4_0:1.8
	RELEASE_8_2_0:1.8
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.5
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1;
locks; strict;
comment	@# @;


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

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

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

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

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

1.9
date	2011.11.14.03.26.38;	author rakuco;	state Exp;
branches;
next	1.8;

1.8
date	2011.01.09.11.13.35;	author sunpoet;	state Exp;
branches;
next	1.7;

1.7
date	2010.03.28.06.31.50;	author dinoex;	state Exp;
branches;
next	1.6;

1.6
date	2010.02.05.11.34.45;	author dinoex;	state Exp;
branches;
next	1.5;

1.5
date	2009.07.31.13.49.24;	author dinoex;	state Exp;
branches;
next	1.4;

1.4
date	2009.05.27.22.02.04;	author makc;	state Exp;
branches;
next	1.3;

1.3
date	2009.03.24.19.12.57;	author makc;	state Exp;
branches;
next	1.2;

1.2
date	2009.01.23.16.27.18;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2008.07.05.05.28.30;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314960
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Denise H. G. <darcsis@@gmail.com>
# $FreeBSD: head/chinese/fqterm/Makefile 314960 2013-03-22 20:06:14Z makc $

PORTNAME=	fqterm
PORTVERSION=	0.9.3
PORTREVISION=	8
CATEGORIES=	chinese
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}
MASTER_SITE_SUBDIR=	${PORTNAME}
DISTNAME=	${PORTNAME}-${PORTVERSION}-src-r569${SUTRACT_SUFFIX}

MAINTAINER=	darcsis@@gmail.com
COMMENT=	BBS client for BSD/Linux

USE_XORG=	x11 ice xext xt xaw xpm xi xproto xextproto
USE_ZIP=	yes
USE_QT4=	gui network script qt3support imageformats \
		codecs-cn codecs-tw codecs-jp codecs-kr \
		qmake_build moc_build rcc_build uic_build linguist_build

HAS_CONFIGURE=	yes
USE_DOS2UNIX=	src/ui/popwidget.cpp
USES=		cmake:outsource
CMAKE_ARGS=	-Wno-dev
WRKSRC=		${WRKDIR}/${PORTNAME}

DESKTOP_ENTRIES=	"FQTerm" "BBS client" "${PREFIX}/share/FQTerm/pic/fqterm.png" \
			"fqterm -caption \"%c\" %i %m %u" "Network;Qt;" ""
post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.13
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314651
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/chinese/fqterm/Makefile 314651 2013-03-19 14:23:14Z makc $
d23 1
a23 2
USE_CMAKE=	yes
CMAKE_OUTSOURCE=	yes
@


1.12
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	fqterm
# Date created:					1 Jun 2008
# Whom:							Denise H. G. <darcsis@@gmail.com>
#
# $FreeBSD: head/chinese/fqterm/Makefile 300895 2012-07-14 12:56:14Z beat $
#
d6 1
a6 1
PORTREVISION=	7
d13 1
a13 1
COMMENT=	FQTerm is a BBS client for BSD/Linux
a14 3
PKGINSTALL=	${WRKDIR}/pkg-install
PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
SUB_FILES=	pkg-install pkg-deinstall ${PORTNAME}.desktop
a22 1
USE_GMAKE=	yes
d24 1
a24 1
CMAKE_INSTALL_PREFIX=	${PREFIX}
d26 1
d28 2
a29 20
DATADIR=	${PREFIX}/share/FQTerm

WRKSRC=	${WRKDIR}/${PORTNAME}

.include <bsd.port.pre.mk>

do-configure:
	@@cd ${WRKSRC} && ${MKDIR} build
	@@cd ${WRKSRC}/build && \
		${SETENV} ${CONFIGURE_ENV} ${CMAKE_BIN} ${CMAKE_ARGS} ${WRKSRC}

do-build:
	@@cd ${WRKSRC}/build && ${GMAKE}

do-install:
	@@cd ${WRKSRC}/build && ${GMAKE}	install/strip
	@@${MKDIR} ${PREFIX}/share/applications
	@@${INSTALL_DATA} ${WRKDIR}/${PORTNAME}.desktop \
		${PREFIX}/share/applications

a30 3
.if !defined(PACKAGE_BUILDING)
	@@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
d33 1
a33 1
.include <bsd.port.post.mk>
@


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
@d24 1
a24 2
USE_QT_VER=	4
QT_COMPONENTS=	gui network script qt3support imageformats \
@


1.9
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
@d10 1
a10 1
PORTREVISION=	6
@


1.8
log
@- Remove unnecessary PKGNAMEPREFIX declaration
- Remove obsolete MD5 checksum while I'm here

PR:		ports/153634
Submitted by:	sunpoet (myself)
Approved by:	pav (with portmgr hat)
@
text
@a32 1
CMAKE_USE_PTHREAD=	yes
@


1.7
log
@- update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
@
text
@a13 1
PKGNAMEPREFIX=	zh-
@


1.6
log
@- update to jpeg-8
@
text
@d10 1
a10 1
PORTREVISION=	5
@


1.5
log
@- bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
@
text
@d10 1
a10 1
PORTREVISION=	4
@


1.4
log
@Remove qt4 build tools from run dependencies.

Approved by:	maintainer
@
text
@d10 1
a10 1
PORTREVISION=	3
@


1.3
log
@bump PORTREVISION after cmake update
@
text
@d10 1
a10 1
PORTREVISION=	2
d26 3
a28 3
QT_COMPONENTS=	gui imageformats moc network qmake rcc script uic \
		codecs-cn codecs-tw codecs-jp codecs-kr qt3support \
		linguist
@


1.2
log
@- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.1
log
@[New port] chinese/fqterm: a Chinese BBS client

	FQterm is a BBS client based on Qt4 libraries, supports
	Simplified and Traditional Chinese BBSs, and with full
	SSH2 support.

PR:		ports/124267
Submitted by:	"Denise H. G." <darcsis@@gmail.com>
@
text
@d10 1
@

