Changes from TDE 5.1u to 5.1v Bug fixes: potential problem closing hidden windows and split browser window; macros that ask to wrap; Linux: SuSE/KDE keyboard troubles (added more escape sequences); Win32: Ctrl+C on Win9X; problem caused by non-writeable backups. General: restore scratch window numbering (when closing earlier ones first); pad search results line number to the length of the file and the column number to two digits; allow browser to recognise filename(line) and filename [line] formats; adjust visible windows' letters after closing; display a message when globbing ....
25 lines
598 B
Makefile
25 lines
598 B
Makefile
# $NetBSD: Makefile,v 1.7 2013/01/03 13:06:34 othyro Exp $
|
|
|
|
DISTNAME= tde-5.1v
|
|
CATEGORIES= editors
|
|
MASTER_SITES= http://adoxa.3eeweb.com/tde/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://adoxa.3eeweb.com/tde/
|
|
COMMENT= Thomson-Davis Editor
|
|
#LICENSE= XXX ?
|
|
|
|
USE_TOOLS+= gmake
|
|
MAKE_FILE= makefile
|
|
BUILD_TARGET= tde
|
|
|
|
SUBST_CLASSES+= prefix
|
|
SUBST_FILES.prefix= makefile
|
|
SUBST_MESSAGE.prefix= Fixing PREFIX path.
|
|
SUBST_SED.prefix= -e "s|/usr/local|${PREFIX}|g"
|
|
SUBST_STAGE.prefix= post-patch
|
|
|
|
INSTALLATION_DIRS+= bin
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|