diff options
Diffstat (limited to 'korean/imhangul/Makefile')
-rw-r--r-- | korean/imhangul/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/korean/imhangul/Makefile b/korean/imhangul/Makefile new file mode 100644 index 000000000000..dcdc2e597486 --- /dev/null +++ b/korean/imhangul/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: imhangul +# Date created: May 26 2003 +# Whom: CHOI Junho <cjh@kr.freebsd.org> +# +# $FreeBSD$ +# + +PORTNAME= imhangul +PORTVERSION= 0.9.6 +CATEGORIES= korean x11-toolkits +MASTER_SITES= http://download.kldp.net/imhangul/ + +MAINTAINER= cjh@FreeBSD.org +COMMENT= GTK+-2.0 hangul input module + +USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GMAKE= yes +USE_GNOME= gtk20 +GNU_CONFIGURE= yes + +.include <bsd.port.mk> |