1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/korean/byeoroo/Makefile
Satoshi Asami d9f7c4b28d Convert to PORTNAME/PORTVERSION. Problems found: afterstep, bitchx,
hanemacs and hmconv had invalid version strings (fixed).

I also got replaced AMI_VER and HANIM_VER with PORTVERSION but I
didn't touch BROWSER_VER (in netscape ports) since it was used in too
many places.
2000-04-13 09:17:26 +00:00

34 lines
943 B
Makefile

# New ports collection makefile for: byeoroo
# Date created: 04 Jun 1999
# Whom: CHOI Junho <cjh@kr.freebsd.org>
#
# $FreeBSD$
#
PORTNAME= byeoroo
PORTVERSION= 0.0.19990605.3
CATEGORIES= korean x11
MASTER_SITES= http://adam.kaist.ac.kr/~cwryu/archive/byeoroo/
MAINTAINER= cjh@kr.freebsd.org
RUN_DEPENDS= ${PREFIX}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts \
${X11BASE}/lib/X11/fonts/local/hgm12.pcf.gz:${PORTSDIR}/korean/hanyangfonts
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
post-install:
# patch XLC_LOCALE for ko_KR.EUC(harmless)
if [ -f ${PREFIX}/lib/X11/locale/ko/XLC_LOCALE ]; then \
${MV} -f ${PREFIX}/lib/X11/locale/ko/XLC_LOCALE \
${PREFIX}/lib/X11/locale/ko/XLC_LOCALE.orig; \
fi
${INSTALL_DATA} ${FILESDIR}/XLC_LOCALE \
${PREFIX}/lib/X11/locale/ko/
${INSTALL_DATA} ${FILESDIR}/XLC_LOCALE \
${PREFIX}/share/byeoroo/
.include <bsd.port.mk>