freebsd-ports/korean/hanterm-xf86/Makefile
Chris Piazza 2416048dd0 - Add a second master site to back up the current one (shared
by all these ports).
- Fix up the maintainer's email address
- Fix up some grammar/spelling issues

PR:		12751, 12753, 12754, 12755, 12756, 12757
Submitted by:	CHOI Junho <cjh@kr.freebsd.org>, maintainer
1999-07-22 04:39:59 +00:00

29 lines
793 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>
#
# $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>