2013-06-18 13:46:51 +02:00
|
|
|
# Created by: Roman Shterenzon <roman@xpert.com>
|
2001-03-17 17:33:32 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= chexedit
|
|
|
|
PORTVERSION= 0.9.7
|
2013-07-22 19:29:52 +02:00
|
|
|
PORTREVISION= 2
|
2001-03-17 17:33:32 +01:00
|
|
|
CATEGORIES= editors
|
2006-12-21 21:41:33 +01:00
|
|
|
MASTER_SITES= http://www.rogoyski.com/adam/programs/hexedit/ \
|
2009-07-28 18:34:36 +02:00
|
|
|
http://mirror.amdmi3.ru/distfiles/
|
2003-05-12 10:56:26 +02:00
|
|
|
DISTNAME= hexedit-${PORTVERSION}
|
2001-03-17 17:33:32 +01:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2003-02-21 12:38:28 +01:00
|
|
|
COMMENT= Full screen text mode Hex editor using the [n]curses library
|
2001-03-17 17:33:32 +01:00
|
|
|
|
2013-07-22 19:28:38 +02:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
2001-03-17 17:33:32 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2013-10-19 03:43:44 +02:00
|
|
|
PLIST_FILES= bin/chexedit \
|
|
|
|
man/man1/chexedit.1.gz
|
2001-03-17 17:33:32 +01:00
|
|
|
|
|
|
|
do-install:
|
2013-10-19 03:43:44 +02:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/hexedit ${STAGEDIR}${PREFIX}/bin/chexedit
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/chexedit.1
|
2001-03-17 17:33:32 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|