blob: 915778b23a05f3295d28e87985e382f41c4744ca (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: qterm
# Date created: 10 Mar 2001
# Whom: Shen Chuan-Hsing
#
# $FreeBSD$
#
PORTNAME= qterm
PORTVERSION= 0.1.7
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
.include <bsd.port.mk>
|