1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/editors/hexedit/Makefile
John Marino 991dcfabaa editors/hexedit: document ncurses requirement (USES+=ncurses)
approved by:	infrastructure blanket
2016-01-31 11:18:37 +00:00

27 lines
569 B
Makefile

# Created by: Andrey Zakhvatov
# $FreeBSD$
PORTNAME= hexedit
PORTVERSION= 1.2.13
DISTVERSIONSUFFIX= .src
CATEGORIES= editors
MASTER_SITES= http://rigaux.org/ \
LOCAL/sunpoet
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= View and edit files in hexadecimal or ASCII
LICENSE= GPLv2
GNU_CONFIGURE= yes
USES= ncurses tar:tgz
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/hexedit man/man1/hexedit.1.gz
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${STAGEDIR}${PREFIX}/man/man1/
.include <bsd.port.mk>