freebsd-ports/korean/hanterm-xf86/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

27 lines
738 B
Makefile

# New ports collection makefile for: hanterm-xf86
# Version required: hanterm-xf331-p13
# Date created: 22 Mar 1997
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
# $Id: Makefile,v 1.6 1998/07/27 00:38:56 steve Exp $
#
DISTNAME= hanterm-xf331-p13
PKGNAME= ko-hanterm-xf-3.3.1.13
CATEGORIES= korean x11
MASTER_SITES= ftp://ftp.kaist.ac.kr/pub/hangul/incoming/
MAINTAINER= junker@jazz.snu.ac.kr
RUN_DEPENDS= ${PREFIX}/lib/X11/fonts/misc/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-x --build=i386--freebsd --prefix=${PREFIX}
NO_INSTALL_MANPAGES= yes
post-install:
@${INSTALL_DATA} ${WRKSRC}/Hanterm.ad ${PREFIX}/lib/X11/app-defaults/Hanterm
.include <bsd.port.mk>