aboutsummaryrefslogtreecommitdiffstats
path: root/chinese/qterm/Makefile
blob: bfa8fd7b21e5d5830106be1902f75364375a6d11 (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
# New ports collection makefile for:   qterm
# Date created:                10 Mar 2001
# Whom:                        Shen Chuan-Hsing
#
# $FreeBSD$
#

PORTNAME=   qterm
PORTVERSION=    0.2.0
CATEGORIES= chinese
MASTER_SITES=   http://qterm.gnuchina.org/qterm-${PORTVERSION}/ \
        ftp://freebsd.sinica.edu.tw/pub/statue/qterm/

MAINTAINER= statue@freebsd.sinica.edu.tw
COMMENT=    QTerm is a BBS client in Unix

USE_QT_VER= 3
USE_GMAKE=  yes
HAS_CONFIGURE=  yes
USE_REINPLACE=  yes
CONFIGURE_ARGS+=    "--enable-mt"

post-patch:
    @${REINPLACE_CMD} -e 's,<malloc.h>,<stdlib.h>,' \
        ${WRKSRC}/qterm/qtermtelnet.cpp

.include <bsd.port.mk>