mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Update to hanterm-xf-p16
PR: ports/10631 Submitted by: CHOI Junho, maintainer
This commit is contained in:
parent
2a668f8673
commit
02711fb3f1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17284
@ -3,15 +3,15 @@
|
||||
# Date created: 22 Mar 1997
|
||||
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
|
||||
#
|
||||
# $Id: Makefile,v 1.11 1999/01/05 01:11:59 steve Exp $
|
||||
# $Id: Makefile,v 1.12 1999/01/15 05:34:48 kuriyama Exp $
|
||||
#
|
||||
|
||||
DISTNAME= hanterm-xf-p15
|
||||
PKGNAME= ko-hanterm-xf15
|
||||
DISTNAME= hanterm-xf-p16
|
||||
PKGNAME= ko-hanterm-xf-16
|
||||
CATEGORIES= korean x11
|
||||
MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/
|
||||
|
||||
MAINTAINER= junker@jazz.snu.ac.kr
|
||||
MAINTAINER= cjh@kr.freebsd.org
|
||||
|
||||
RUN_DEPENDS= ${PREFIX}/lib/X11/fonts/local/johabm16.pcf.gz:${PORTSDIR}/korean/johabfonts
|
||||
|
||||
|
@ -1 +1 @@
|
||||
MD5 (hanterm-xf-p15.tar.gz) = 37083fe7188a94075d545e13ebcb1942
|
||||
MD5 (hanterm-xf-p16.tar.gz) = 17fb79efc24235eb143dd7a2f4d2fb79
|
||||
|
@ -14,8 +14,8 @@
|
||||
# It would also be nice to do this for all -L options, not just this one.
|
||||
if test -n "$x_libraries"; then
|
||||
! case "${PORTOBJFORMAT}" in
|
||||
! elf) X_LIBS="$X_LIBS -L$x_libraries -rpath $x_libraries" ;;
|
||||
! *) X_LIBS="$X_LIBS -L$x_libraries" ;;
|
||||
! elf) X_LIBS="$X_LIBS -L$x_libraries -rpath $x_libraries -lxpg4" ;;
|
||||
! *) X_LIBS="$X_LIBS -L$x_libraries -lxpg4" ;;
|
||||
! esac
|
||||
# For Solaris; some versions of Sun CC require a space after -R and
|
||||
# others require no space. Words are not sufficient . . . .
|
||||
@ -34,8 +34,8 @@
|
||||
# Check for libraries that X11R6 Xt/Xaw programs need.
|
||||
ac_save_LDFLAGS="$LDFLAGS"
|
||||
! test -n "$x_libraries" && case "${PORTOBJFORMAT}" in
|
||||
! elf) LDFLAGS="$LDFLAGS -L$x_libraries -rpath $x_libraries" ;;
|
||||
! *) LDFLAGS="$LDFLAGS -L$x_libraries" ;;
|
||||
! elf) LDFLAGS="$LDFLAGS -L$x_libraries -rpath $x_libraries -lxpg4" ;;
|
||||
! *) LDFLAGS="$LDFLAGS -L$x_libraries -lxpg4" ;;
|
||||
! esac
|
||||
# SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
|
||||
# check for ICE first), but we must link in the order -lSM -lICE or
|
||||
|
@ -7,4 +7,4 @@ such as automatic fonts detection, johab844 font support, and based on
|
||||
XFree86's xterm code. The scrollbar is displayed in right.
|
||||
|
||||
--
|
||||
CHOI Junho <junker@jazz.snu.ac.kr>
|
||||
CHOI Junho <cjh@kr.freebsd.org>
|
||||
|
Loading…
Reference in New Issue
Block a user