mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b165170138
- MAINTAINER line changed. - unnecessasry CONFIGURE_ARGS option removed. - patches/patch-aa removed, CONFIGURE_ENV added instead. - pkg/PLIST sorted.
29 lines
675 B
Makefile
29 lines
675 B
Makefile
# New ports collection makefile for: hanterm-xf86
|
|
# Date created: 22 Mar 1997
|
|
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hanterm
|
|
PORTVERSION= 18
|
|
CATEGORIES= korean x11
|
|
MASTER_SITES= http://www.kr.FreeBSD.org/~hwang/hanterm/
|
|
PKGNAMESUFFIX= -xf
|
|
DISTNAME= hanterm-xf-p18
|
|
|
|
MAINTAINER= cjh@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 --enable-16-color
|
|
CONFIGURE_ENV+= LIBS="-lxpg4"
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
post-install:
|
|
@${INSTALL_DATA} ${WRKSRC}/Hanterm.ad ${PREFIX}/lib/X11/app-defaults/Hanterm
|
|
|
|
.include <bsd.port.mk>
|