mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
a3d0f27771
PR: ports/31252 Submitted by: Statue <statue@softwareliberty.org>
26 lines
480 B
Makefile
26 lines
480 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: hanzim
|
|
# Date created: Sep 23, 2001
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hanzim
|
|
PORTVERSION= 1.2
|
|
CATEGORIES= chinese tk83
|
|
MASTER_SITES= ftp://kommos.ucsd.edu/pub/arobert/Chinese/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
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>
|