summaryrefslogtreecommitdiff
path: root/chinese/fqterm/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'chinese/fqterm/Makefile')
-rw-r--r--chinese/fqterm/Makefile31
1 files changed, 0 insertions, 31 deletions
diff --git a/chinese/fqterm/Makefile b/chinese/fqterm/Makefile
deleted file mode 100644
index 2a8ce001aa09..000000000000
--- a/chinese/fqterm/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Denise H. G. <darcsis@gmail.com>
-# $FreeBSD$
-
-PORTNAME= fqterm
-PORTVERSION= 0.9.3
-DISTVERSIONSUFFIX= -src-r569
-PORTREVISION= 8
-CATEGORIES= chinese
-MASTER_SITES= GOOGLE_CODE/${PORTNAME}
-
-MAINTAINER= darcsis@gmail.com
-COMMENT= BBS client for BSD/Linux
-
-BROKEN= Unfetchable (google code has gone away)
-DEPRECATED= Unfetchable for more than six months (google code has gone away)
-EXPIRATION_DATE= 2017-04-30
-
-USES= cmake:outsource dos2unix zip
-USE_XORG= x11 ice xext xt xaw xpm xi xproto xextproto
-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
-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;" ""
-
-.include <bsd.port.mk>