openbsd-ports/korean/hanterm-xf/Makefile

38 lines
815 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.19 2011/03/27 16:38:13 jasper 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/-/./}
REVISION= 1
EPOCH= 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 termcap util
2003-03-31 08:57:49 -05:00
MODULES= converters/libiconv
2010-10-18 15:20:41 -04:00
USE_GROFF = 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>