openbsd-ports/korean/hanterm-xf/Makefile

37 lines
823 B
Makefile
Raw Normal View History

2010-07-24 13:50:02 -04:00
# $OpenBSD: Makefile,v 1.15 2010/07/24 17:50:02 ajacoutot Exp $
2001-06-07 09:43:22 -04:00
2007-09-15 20:28:19 -04:00
COMMENT= X Hangul Terminal (XFree86 xterm Based)
2010-01-26 16:33:55 -05:00
V= 2.0.6-177
DISTNAME= hanterm-xf-$V
CATEGORIES= korean
2010-01-26 16:33:55 -05:00
PKGNAME= hanterm-xf-${V:S/-/./}
2010-07-24 13:50:02 -04:00
REVISION= 0
2002-10-26 21:02:17 -04:00
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 <moorang@gmail.com>
WANTLIB= ICE SM X11 Xaw Xext Xmu Xt c pthread-stubs termcap util xcb
2003-03-31 08:57:49 -05:00
MODULES= converters/libiconv
USE_X11= Yes
NO_REGRESS= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -liconv"
2002-10-26 21:02:17 -04:00
CONFIGURE_ARGS= --enable-box-char \
--enable-ansi-color \
--enable-256-color \
--enable-tcap-query
.include <bsd.port.mk>