blob: ba2330d7c1ad157bf5188e2954c28ccd38426bd2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: qterm
# Date created: 10 Mar 2001
# Whom: Shen Chuan-Hsing
#
# $FreeBSD$
#
PORTNAME= qterm
PORTVERSION= 0.1.5
CATEGORIES= chinese
MASTER_SITES= http://qterm.gnuchina.org/qterm-${PORTVERSION}/ \
ftp://freebsd.sinica.edu.tw/pub/statue/qterm/
MAINTAINER= statue@freebsd.sinica.edu.tw
USE_QT_VER= 2
USE_GMAKE= yes
HAS_CONFIGURE= yes
.include <bsd.port.mk>
|