1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/korean/hanterm/Makefile

26 lines
611 B
Makefile
Raw Normal View History

# New ports collection makefile for: hanterm3.04
# Date created: 12 Mar 1997
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
1999-08-30 12:09:14 +00:00
# $FreeBSD$
#
PORTNAME= hanterm
PORTVERSION= 3.1.3
CATEGORIES= korean x11
MASTER_SITES= ftp://elf.kaist.ac.kr/pub/hanterm/ \
ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
MAINTAINER= cjh@FreeBSD.org
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
post-install:
${MKDIR} ${PREFIX}/share/doc/hanterm
${INSTALL_DATA} ${WRKSRC}/hanterm.html ${PREFIX}/share/doc/hanterm/
.include <bsd.port.mk>