cdea2c688f
PR: 55001 Submitted by: Statue <statue@freebsd.sinica.edu.tw> (maintainer)
27 lines
583 B
Makefile
27 lines
583 B
Makefile
# 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= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
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>
|