aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/fqterm/Makefile
blob: ba21ac2b1541e5f0341a12164c5c94f3ed42f81c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Denise H. G. <darcsis@gmail.com>
# $FreeBSD$

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
USE_CMAKE=  yes
CMAKE_OUTSOURCE=    yes
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>