09c32fff05
* New or improved syntax files for the following languages: * Groovy, R, Clojure, Rust, Coffeescript, Java, Scala, Swift, D, AVR, Ruby, Perl * New translations * Chinese (zh_TW) * UTF-16 support * JOE can now edit UTF-16BE and UTF-16LE files. It does this by converting them to UTF-8 during load and back to UTF-16 during save. * Within JOE, native byte order is called UTF-16 and reversed order is called UTF-16R. * If you change the encoding (with ^T E) between UTF-8, UTF-16 and UTF-16R, JOE will convert the file to the desired encoding on save. * New regular expression engine * Unicode improvements * Code clean up * Bugs fixed * Minor enhancements * jmacs fixes: * ESC g (grep/find) and ESC c (compile) improvements
28 lines
888 B
Makefile
28 lines
888 B
Makefile
# $NetBSD: Makefile,v 1.38 2015/10/19 09:15:54 adam Exp $
|
|
|
|
DISTNAME= joe-4.1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=joe-editor/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://joe-editor.sourceforge.net/
|
|
COMMENT= Joe's own editor
|
|
LICENSE= gnu-gpl-v1
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR}
|
|
|
|
PKG_SYSCONFSUBDIR= joe
|
|
|
|
EGDIR= ${PREFIX}/share/examples/joe
|
|
CONF_FILES= ${EGDIR}/ftyperc ${PKG_SYSCONFDIR}/ftyperc
|
|
CONF_FILES+= ${EGDIR}/jicerc.ru ${PKG_SYSCONFDIR}/jicerc.ru
|
|
CONF_FILES+= ${EGDIR}/jmacsrc ${PKG_SYSCONFDIR}/jmacsrc
|
|
CONF_FILES+= ${EGDIR}/joerc ${PKG_SYSCONFDIR}/joerc
|
|
CONF_FILES+= ${EGDIR}/jpicorc ${PKG_SYSCONFDIR}/jpicorc
|
|
CONF_FILES+= ${EGDIR}/jstarrc ${PKG_SYSCONFDIR}/jstarrc
|
|
CONF_FILES+= ${EGDIR}/rjoerc ${PKG_SYSCONFDIR}/rjoerc
|
|
|
|
.include "../../mk/termcap.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|