freebsd-ports/editors/chexedit/Makefile
Volker Stolz a93c7ed05b - Remove WWW on pkg-descr, this site doesn't exist anymore. [1]
- Added SHA256 on distinfo. [1]
- USE_GETOPT_LONG instead of internal copy while here

PR:		ports/89431 [1]
Submitted by:	Jean Milanez Melo
2005-11-23 08:13:07 +00:00

27 lines
651 B
Makefile

# New ports collection makefile for: chexedit
# Date Created: 8 Jul 2000
# Whom: Roman Shterenzon <roman@xpert.com>
#
# $FreeBSD$
#
PORTNAME= chexedit
PORTVERSION= 0.9.7
CATEGORIES= editors
MASTER_SITES= http://www.rogoyski.com/adam/programs/hexedit/
DISTNAME= hexedit-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Full screen text mode Hex editor using the [n]curses library
GNU_CONFIGURE= yes
USE_GETOPT_LONG=yes
PLIST_FILES= bin/chexedit
MAN1= chexedit.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/hexedit ${PREFIX}/bin/chexedit
${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${PREFIX}/man/man1/chexedit.1
.include <bsd.port.mk>