1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/editors/hexedit/Makefile
2000-04-14 00:25:54 +00:00

38 lines
770 B
Makefile

# New ports collection makefile for: hexedit
# Date created: 5 August 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= hexedit
PORTVERSION= 1.1.0
CATEGORIES= editors
MASTER_SITES= http://www.chez.com/prigaux/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= utils/file/hex
EXTRACT_SUFX= .src.tgz
MAINTAINER= obrien@FreeBSD.org
USE_AUTOCONF= yes
ALL_TARGET=
WRKSRC= ${WRKDIR}/hexedit
MAN1= hexedit.1
do-install:
@ ${INSTALL_PROGRAM} ${WRKSRC}/hexedit ${PREFIX}/bin
@ ${INSTALL_MAN} ${WRKSRC}/hexedit.1 ${PREFIX}/man/man1
post-install:
.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>