blob: a197ae87ca96b926a0013db991839fd259c2a1da (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: hanterm-xf86
# Version required: hanterm-xf-p16
# Date created: 22 Mar 1997
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
# $Id: Makefile,v 1.13 1999/03/19 01:15:10 taoka Exp $
#
DISTNAME= hanterm-xf-p16
PKGNAME= ko-hanterm-xf-16
CATEGORIES= korean x11
MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/ \
ftp://ftp.kr.freebsd.org/pub/FreeBSD-kr/distfiles/
MAINTAINER= cjh@kr.freebsd.org
RUN_DEPENDS= ${X11BASE}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-x --build=i386--freebsd --prefix=${PREFIX} \
--enable-16-color
NO_INSTALL_MANPAGES= yes
post-install:
@${INSTALL_DATA} ${WRKSRC}/Hanterm.ad ${PREFIX}/lib/X11/app-defaults/Hanterm
.include <bsd.port.mk>
|