mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
19 lines
373 B
Makefile
19 lines
373 B
Makefile
# Created by: joerg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= bpatch
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= editors
|
|
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
|
COMMENT= A hex editor that doesn't load the whole file at once
|
|
|
|
NO_WRKSUBDIR= yes
|
|
PLIST_FILES= bin/bpatch \
|
|
man/man1/bpatch.1.gz
|
|
|
|
.include <bsd.port.mk>
|