mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
50768db677
PR: 6073 Submitted by: maintainer
27 lines
725 B
Makefile
27 lines
725 B
Makefile
# New ports collection makefile for: hanterm-xf86
|
|
# Version required: hanterm-xf331-p12
|
|
# Date created: 22 Mar 1997
|
|
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/03/16 07:29:00 steve Exp $
|
|
#
|
|
|
|
DISTNAME= hanterm-xf331-p12
|
|
PKGNAME= ko-hanterm-xf-3.3.1.12
|
|
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/korean/johab:${PORTSDIR}/korean/johabfonts
|
|
|
|
USE_X11= 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>
|