2001-03-17 17:33:32 +01:00
|
|
|
# New ports collection makefile for: chexedit
|
|
|
|
# Date Created: 8 Jul 2000
|
|
|
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= chexedit
|
|
|
|
PORTVERSION= 0.9.7
|
2013-01-28 18:47:30 +01:00
|
|
|
PORTREVISION= 1
|
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
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2004-05-18 21:04:32 +02:00
|
|
|
PLIST_FILES= bin/chexedit
|
2001-03-17 17:33:32 +01:00
|
|
|
|
|
|
|
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>
|