aboutsummaryrefslogtreecommitdiff
path: root/korean/hanIM/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'korean/hanIM/Makefile')
-rw-r--r--korean/hanIM/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/korean/hanIM/Makefile b/korean/hanIM/Makefile
deleted file mode 100644
index ae8afab37422..000000000000
--- a/korean/hanIM/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# New ports collection makefile for: hanIM
-# Date created: 17 Mar 1998
-# Whom: CHOI Junho <cjh@kr.freebsd.org
-#
-# $FreeBSD$
-#
-
-PORTNAME= hanIM
-PORTVERSION= 1.2.1
-PORTREVISION= 2
-CATEGORIES= korean x11
-MASTER_SITES= ftp://ftp.mizi.com/pub/hanIM/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Mizi Research's Korean X11 Input Method
-
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2011-09-01
-
-RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
-
-USE_IMAKE= YES
-USE_XORG= xpm xmu xaw
-WRKSRC= ${WRKDIR}/hanIM
-MAKE_JOBS_UNSAFE= yes
-
-post-install:
- ${MKDIR} ${PREFIX}/share/doc/hanIM
- ${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/LICENSE \
- ${PREFIX}/share/doc/hanIM/
-
-.include <bsd.port.mk>