blob: 25eaca9227979de3f0dccfd14ef68cfc393541cf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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>
|