8558ca7184
was released in 2007 and KDE 3.5.10 in 2008 and both are no longer maintained upstream nor in our tree. - Set EXPIRATION_DATE to 2013-07-01 Discussed with: bapt, tabthorpe
48 lines
1.0 KiB
Makefile
48 lines
1.0 KiB
Makefile
# New ports collection makefile for: qterm
|
|
# Date created: 10 Mar 2001
|
|
# Whom: Shen Chuan-Hsing
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qterm
|
|
PORTVERSION= 0.4.1
|
|
PORTREVISION= 8
|
|
CATEGORIES= chinese
|
|
MASTER_SITES= SF/qterm/qterm/${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= QTerm is a BBS client for BSD/Linux
|
|
|
|
DEPRECATED= Depends on QT3; unmaintained
|
|
EXPIRATION_DATE= 2013-07-01
|
|
|
|
USE_XORG= x11 ice xext xt xaw xpm xi xproto xextproto
|
|
USE_BZIP2= yes
|
|
USE_PERL5_BUILD=yes
|
|
USE_QT_VER= 3
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-mt --prefix=${PREFIX}
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.if !defined(WITHOUT_PYTHON)
|
|
USE_PYTHON= 2.5+
|
|
CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE}
|
|
.endif
|
|
|
|
pre-everything::
|
|
.if !defined(WITHOUT_PYTHON)
|
|
@${ECHO_MSG} "Define WITHOUT_PYTHON to disable Python scripts support."
|
|
.endif
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \
|
|
${WRKSRC}/configure
|
|
|
|
post-install:
|
|
@${CHMOD} +w ${DATADIR}/qterm.cfg
|
|
@${CHMOD} +w ${DATADIR}/address.cfg
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|