25 lines
529 B
Makefile
25 lines
529 B
Makefile
|
# New ports collection makefile for: chexedit
|
||
|
# Date Created: 8 Jul 2000
|
||
|
# Whom: Roman Shterenzon <roman@xpert.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= chexedit
|
||
|
PORTVERSION= 0.9.7
|
||
|
CATEGORIES= editors
|
||
|
MASTER_SITES= http://ccwf.cc.utexas.edu/~apoc/programs/c/hexedit/
|
||
|
DISTNAME= hexedit-0.9.7
|
||
|
|
||
|
MAINTAINER= roman@xpert.com
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
|
||
|
MAN1= chexedit.1
|
||
|
|
||
|
do-install:
|
||
|
${INSTALL_PROGRAM} ${WRKSRC}/src/hexedit ${PREFIX}/bin/chexedit
|
||
|
${INSTALL_MAN} ${WRKSRC}/docs/hexedit.1 ${PREFIX}/man/man1/chexedit.1
|
||
|
|
||
|
.include <bsd.port.mk>
|