20 lines
389 B
Makefile
20 lines
389 B
Makefile
# New ports collection makefile for: hexpert
|
|
# Date created: 09 March 2001
|
|
# Whom: Peter Wemm <peter@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hexpert
|
|
PORTVERSION= 2.4.1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= peter
|
|
|
|
MAINTAINER= peter@FreeBSD.org
|
|
COMMENT= Hexpert - a simple but flexible binary file editor
|
|
|
|
PLIST_FILES= bin/hex
|
|
|
|
.include <bsd.port.mk>
|