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