1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/korean/hanterm-xf86/Makefile
Justin M. Seger 39a34ff15a Mark BROKEN for ELF:
checking for XextCreateExtension in -lXext... yes
checking for XawSimpleMenuAddGlobalActions in -lXaw... no
checking for XawSimpleMenuAddGlobalActions in -lXaw_s... no
configure: error: Unable to successfully link Athena library (-lcf_x_athena) with test program
*** Error code 1
1998-10-16 02:04:09 +00:00

29 lines
731 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.8 1998/08/09 00:46:16 steve Exp $
#
DISTNAME= hanterm-xf-p14
PKGNAME= ko-hanterm-xf14
CATEGORIES= korean x11
MASTER_SITES= http://pseudo.snu.ac.kr/~hwang/
MAINTAINER= junker@jazz.snu.ac.kr
BROKEN_ELF= yes
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}
NO_INSTALL_MANPAGES= yes
post-install:
@${INSTALL_DATA} ${WRKSRC}/Hanterm.ad ${PREFIX}/lib/X11/app-defaults/Hanterm
.include <bsd.port.mk>