diff options
Diffstat (limited to 'chinese/chinput3/Makefile')
-rw-r--r-- | chinese/chinput3/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/chinese/chinput3/Makefile b/chinese/chinput3/Makefile new file mode 100644 index 00000000000..2545358c1b6 --- /dev/null +++ b/chinese/chinput3/Makefile @@ -0,0 +1,20 @@ +# Ports collection makefile for: chinput3 +# Date created: 03/31/2002 +# Whom: Shen Chuan-Hsing <statue@freebsd.sinica.edu.tw> +# +# $FreeBSD$ +# + +PORTNAME= chinput +PORTVERSION= 3.0.2 +CATEGORIES= chinese x11 +MASTER_SITES= ftp://freebsd.sinica.edu.tw/pub/statue/chinput3/ +DISTNAME= zh-${PORTNAME}-${PORTVERSION}fix3 + +MAINTAINER= statue@freebsd.sinica.edu.tw + +USE_XLIB= yes +USE_IMLIB= yes +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}fix3 + +.include <bsd.port.mk> |