5787ef63de
ChangeLog: - Build the HTML man page in the build script. - Avoid buffer overflow with really long filenames. - Fix missing argument to 'bad option' message. - Remove the version number from the Tweak status bar. - Increase the size of the 'message' buffer, which is currently overflowing on really big files. - Prevent obvious NULL dereference if you paste before cutting or copying. - Fix memory overwrite when increasing display width in mid-editing.
18 lines
454 B
Makefile
18 lines
454 B
Makefile
# $NetBSD: Makefile,v 1.5 2020/01/28 13:23:32 fcambus Exp $
|
|
#
|
|
|
|
DISTNAME= tweak-3.02
|
|
CATEGORIES= editors
|
|
MASTER_SITES= https://www.chiark.greenend.org.uk/~sgtatham/tweak/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://www.chiark.greenend.org.uk/~sgtatham/tweak/
|
|
COMMENT= Efficient hex editor
|
|
LICENSE= mit
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
MAKE_FLAGS+= PREFIX=${PREFIX} DESTDIR=${DESTDIR}
|
|
|
|
.include "../../mk/curses.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|