freebsd-ports/korean/hanIM/Makefile
Florent Thoumie 340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00

28 lines
672 B
Makefile

# 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= cjh@FreeBSD.org
COMMENT= Mizi Research's Korean X11 Input Method
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
post-install:
${MKDIR} ${PREFIX}/share/doc/hanIM
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/LICENSE \
${PREFIX}/share/doc/hanIM/
.include <bsd.port.mk>