freebsd-ports/chinese/fqterm/Makefile
Mathieu Arnold 88bfe4bd43 Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup

With hat:	portmgr
Sponsored by:	Absolight
2015-05-11 18:34:57 +00:00

27 lines
744 B
Makefile

# 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
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>