d1c4804841
PR: 9284 Submitted by: maintainer
27 lines
739 B
Makefile
27 lines
739 B
Makefile
# New ports collection makefile for: hanterm-xf86
|
|
# Version required: hanterm-xf-p14
|
|
# Date created: 22 Mar 1997
|
|
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
|
|
#
|
|
# $Id: Makefile,v 1.10 1998/10/25 19:29:32 fenner Exp $
|
|
#
|
|
|
|
DISTNAME= hanterm-xf-p15
|
|
PKGNAME= ko-hanterm-xf15
|
|
CATEGORIES= korean x11
|
|
MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/
|
|
|
|
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} \
|
|
--enable-16-color
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
post-install:
|
|
@${INSTALL_DATA} ${WRKSRC}/Hanterm.ad ${PREFIX}/lib/X11/app-defaults/Hanterm
|
|
|
|
.include <bsd.port.mk>
|