freebsd-ports/editors/hexedit/Makefile
Justin M. Seger 46db3f3452 Upgrade to hexedit-1.1.0
PR:		ports/10948
Submitted by:	Michael Haro <mharo@area51.fremont.ca.us>
1999-04-05 23:00:49 +00:00

37 lines
829 B
Makefile

# New ports collection makefile for: hexedit
# Version required: 1.0.0
# Date created: 5 August 1998
# Whom: Andrey Zakhvatov
#
# $Id: Makefile,v 1.4 1999/01/10 18:58:29 steve Exp $
#
DISTNAME= hexedit-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= andy@icc.surw.chel.su
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>