freebsd-ports/editors/dhex/Makefile
Emanuel Haupt 00df1d9662 Restore 'Created by' header information. This has been removed during the
first announcement of the new trimming rule and the finalized overworked
version.

Feature safe:   yes
2012-11-03 18:01:22 +00:00

29 lines
640 B
Makefile

# Created by: Emanuel Haupt <ehaupt@FreeBSD.org>
# $FreeBSD$
PORTNAME= dhex
PORTVERSION= 0.68
CATEGORIES= editors
MASTER_SITES= http://www.dettus.net/dhex/ \
CRITICAL
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ehaupt@FreeBSD.org
COMMENT= A ncurses-based hex-editor with diff mode
LICENSE= GPLv2
MAN1= dhex.1
MAN5= dhexrc.5 dhex_markers.5 dhex_searchlog.5
PLIST_FILES= bin/dhex
MAKE_JOBS_SAFE= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${MAN1} ${MANPREFIX}/man/man1
.for f in ${MAN5}
${INSTALL_MAN} ${WRKSRC}/${f} ${MANPREFIX}/man/man5
.endfor
.include <bsd.port.mk>