summaryrefslogtreecommitdiff
path: root/editors/hexedit/Makefile
blob: 79486592d8f26c8deb12f711de9130048049efb3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
# New ports collection makefile for:	hexedit
# Version required:			0.9.3
# Date created:				5 August 1998
# Whom:					Andrey Zakhvatov
#
# $Id: Makefile,v 1.2 1998/08/20 09:39:06 asami Exp $
#

DISTNAME=	hexedit-0.9.3
CATEGORIES=	editors
MASTER_SITES=	http://www.chez.com/prigaux/
EXTRACT_SUFX=	.src.tgz

MAINTAINER=	andy@icc.surw.chel.su

LIB_DEPENDS=	ncurses.4:${PORTSDIR}/devel/ncurses

MANUAL_PACKAGE_BUILD=	depends on ncurses

ALL_TARGET=
WRKSRC=		${WRKDIR}/hexedit

MAN1=		hexedit.1

do-install:
	@ ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${PREFIX}/bin
	@ ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${PREFIX}/man/man1
.if !defined(NOPORTDOCS)
	@ ${MKDIR} ${PREFIX}/share/doc/hexedit
.for file in COPYING Changes TODO
	@ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/hexedit
.endfor
.endif

.include <bsd.port.mk>