1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/editors/chexedit/Makefile
Edwin Groothuis 23ac2035b9 [MAINTAINER] update my email address in 76 ports + mirror some distfiles
I've got a brand new hosting, so change my email to the new
	one.  Also, now I can mirror some distfiles, so update
	MASTER_SITES for some ports.

PR:		ports/107038
Submitted by:	Dmitry Marakasov <amdmi3@mail.ru>
2006-12-21 20:41:33 +00:00

29 lines
686 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/ \
http://www.amdmi3.ru/distfiles/
DISTNAME= hexedit-${PORTVERSION}
MAINTAINER= amdmi3@amdmi3.ru
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>