diff options
Diffstat (limited to 'editors/heme/Makefile')
-rw-r--r-- | editors/heme/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/editors/heme/Makefile b/editors/heme/Makefile new file mode 100644 index 00000000000..2e4e1312988 --- /dev/null +++ b/editors/heme/Makefile @@ -0,0 +1,26 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/10/01 05:57:30 minskim Exp $ +# + +DISTNAME= heme-0.4 +CATEGORIES= editors +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=heme/} + +MAINTAINER= pancake@phreaker.net +HOMEPAGE= http://keihanna.dl.sourceforge.net/sourceforge/heme/ +COMMENT= Fast and portable console hex editor + +PKG_INSTALLATION_TYPES= overwrite pkgviews + +BUILD_TARGET= heme +USE_NCURSES= # mvwchgat +USE_TOOLS+= gmake + +INSTALLATION_DIRS= bin man/man1 + +.include "../../devel/ncurses/buildlink3.mk" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/heme ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/heme.1 ${PREFIX}/man/man1 + +.include "../../mk/bsd.pkg.mk" |