View | Details | Raw Unified | Return to bug 101345
Collapse All | Expand All

(-)qterm-0.4.0/Makefile (-2 / +7 lines)
Lines 2-15 Link Here
2
# Date created:                10 Mar 2001
2
# Date created:                10 Mar 2001
3
# Whom:                        Shen Chuan-Hsing
3
# Whom:                        Shen Chuan-Hsing
4
#
4
#
5
# $FreeBSD: ports/chinese/qterm/Makefile,v 1.25 2006/08/01 12:19:04 clsung Exp $
5
# $FreeBSD: ports/chinese/qterm/Makefile,v 1.23 2006/05/03 23:38:33 edwin Exp $
6
#
6
#
7
7
8
PORTNAME=	qterm
8
PORTNAME=	qterm
9
PORTVERSION=	0.4.0
9
PORTVERSION=	0.4.0
10
PORTREVISION=	1
10
CATEGORIES=	chinese
11
CATEGORIES=	chinese
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE} \
13
		http://www.yuanjue.net/download/
12
MASTER_SITE_SUBDIR=	${PORTNAME}
14
MASTER_SITE_SUBDIR=	${PORTNAME}
15
PKGNAMEPREFIX=	zh-
13
16
14
MAINTAINER=	yuanjue@yuanjue.net
17
MAINTAINER=	yuanjue@yuanjue.net
15
COMMENT=	QTerm is a BBS client for BSD/Linux
18
COMMENT=	QTerm is a BBS client for BSD/Linux
Lines 36-41 Link Here
36
		${WRKSRC}/configure
39
		${WRKSRC}/configure
37
40
38
post-install:
41
post-install:
42
	@${CHMOD} +w ${DATADIR}/qterm.cfg
43
	@${CHMOD} +w ${DATADIR}/address.cfg
39
	@${CAT} ${PKGMESSAGE}
44
	@${CAT} ${PKGMESSAGE}
40
45
41
.include <bsd.port.mk>
46
.include <bsd.port.mk>
(-)qterm-0.4.0/pkg-message (-2 lines)
Lines 1-6 Link Here
1
*************************************************************************
1
*************************************************************************
2
	You can't modify the SITE definition until setting
3
QTerm's config file privilege in your ~/.qterm directory to 0755 at least
4
		To display IP location when using QTerm
2
		To display IP location when using QTerm
5
you must get file "QQWry.dat" and put it into your ~/.qterm directory
3
you must get file "QQWry.dat" and put it into your ~/.qterm directory
6
*************************************************************************
4
*************************************************************************

Return to bug 101345