fddca78c6a
Add WWW field to pkg/DESCR. PR: ports/13510 Submitted by: CHOI Junho <cjh@kr.FreeBSD.org>
28 lines
705 B
Makefile
28 lines
705 B
Makefile
# 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>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= hanterm-xf-p17
|
|
PKGNAME= ko-hanterm-xf-17
|
|
CATEGORIES= korean x11
|
|
MASTER_SITES= http://www.kr.FreeBSD.org/~hwang/hanterm/
|
|
|
|
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>
|