blob: 6d1e638a38bcc2099f6cabba3ab845475a585229 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# ex:ts=8
# New ports collection makefile for: hanzim
# Date created: Sep 23, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= hanzim
PORTVERSION= 1.3
CATEGORIES= chinese tk83
MASTER_SITES= ftp://kommos.ucsd.edu/pub/arobert/Chinese/%SUBDIR%/
EXTRACT_SUFX= .tgz
MASTER_SITE_SUBDIR= . Old
MAINTAINER= ports@FreeBSD.org
COMMENT= A Chinese character learning-aid program
BUILD_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83
RUN_DEPENDS+= wish8.3:${PORTSDIR}/x11-toolkits/tk83
WRKSRC= ${WRKDIR}/Hanzim
ALL_TARGET= # empty
MAN1= hanzim.1
.include <bsd.port.mk>
|