mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
4668552f95
goes into XFree86(v3) ports(3.3.6_4). XFree86-4 unaffected. Thanks jmz to apply this hack to XFree86 ports!
28 lines
620 B
Makefile
28 lines
620 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= 1
|
|
CATEGORIES= korean x11
|
|
MASTER_SITES= ftp://ftp.mizi.com/pub/hanIM/
|
|
|
|
MAINTAINER= cjh@FreeBSD.org
|
|
|
|
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/gulim12.pcf.gz:${PORTSDIR}/korean/baekmukfonts-bdf
|
|
|
|
USE_IMAKE= YES
|
|
USE_XPM= yes
|
|
WRKSRC= ${WRKDIR}/hanIM
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/doc/hanIM
|
|
${INSTALL_DATA} ${WRKSRC}/README ${WRKSRC}/LICENSE \
|
|
${PREFIX}/share/doc/hanIM/
|
|
|
|
.include <bsd.port.mk>
|