freebsd-ports/editors/hexedit/Makefile

39 lines
781 B
Makefile
Raw Normal View History

# ex:ts=8
# New ports collection makefile for: hexedit
# Date created: 5 August 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-14 02:25:54 +02:00
PORTNAME= hexedit
2001-06-24 22:53:28 +02:00
PORTVERSION= 1.2.1
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
2001-06-24 22:53:28 +02:00
GNU_CONFIGURE= 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>