diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-09-24 05:05:49 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-09-24 05:05:49 +0000 |
commit | 64cbc4ae4beb60bc87300ea48d3ab05735cb7e8e (patch) | |
tree | 680962756594a892c4de6bc43fa3022c04a8e59e /chinese/hanzim/Makefile | |
parent | e968925f20e802e37ee257aff6c8267645a72ff6 (diff) | |
download | ports-64cbc4ae4beb60bc87300ea48d3ab05735cb7e8e.tar.gz ports-64cbc4ae4beb60bc87300ea48d3ab05735cb7e8e.zip |
Notes
Diffstat (limited to 'chinese/hanzim/Makefile')
-rw-r--r-- | chinese/hanzim/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/chinese/hanzim/Makefile b/chinese/hanzim/Makefile new file mode 100644 index 000000000000..eabfda1bb67f --- /dev/null +++ b/chinese/hanzim/Makefile @@ -0,0 +1,22 @@ +# 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 + +WRKSRC= ${WRKDIR}/Hanzim +ALL_TARGET= # empty + +MAN1= hanzim.1 + +.include <bsd.port.mk> |