openbsd-ports/korean/hanterm-xf/Makefile

40 lines
899 B
Makefile

# $OpenBSD: Makefile,v 1.21 2012/12/07 19:05:25 naddy Exp $
COMMENT= X Hangul Terminal (XFree86 xterm Based)
V= 2.0.6-177
DISTNAME= hanterm-xf-$V
CATEGORIES= korean
PKGNAME= hanterm-xf-${V:S/-/./}
REVISION= 2
EPOCH= 0
MASTER_SITES= http://kldp.net/frs/download.php/3281/
HOMEPAGE= http://hanterm-xf.kldp.net
PERMIT_PACKAGE_CDROM= yes
PERMIT_PACKAGE_FTP= yes
PERMIT_DISTFILES_CDROM= yes
PERMIT_DISTFILES_FTP= yes
MAINTAINER= Jung Lee <openwall77@gmail.com>
WANTLIB= ICE SM X11 Xaw Xext Xmu Xt c termcap util
MODULES= converters/libiconv
USE_GROFF = Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -liconv"
# Force check for openpty(3) in libutil
CONFIGURE_ENV+= ac_cv_func_grantpt=no
CONFIGURE_ARGS= --enable-box-char \
--enable-ansi-color \
--enable-256-color \
--enable-tcap-query
.include <bsd.port.mk>