freebsd-ports/editors/bpatch/Makefile

19 lines
371 B
Makefile
Raw Normal View History

# Created by: joerg
1999-08-25 07:57:29 +02:00
# $FreeBSD$
2000-04-14 02:25:54 +02:00
PORTNAME= bpatch
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
2000-04-14 02:25:54 +02:00
DISTNAME= ${PORTNAME}
MAINTAINER= joerg@FreeBSD.org
COMMENT= Hex editor that doesn't load the whole file at once
NO_WRKSUBDIR= yes
2014-02-03 14:38:57 +01:00
PLIST_FILES= bin/bpatch \
man/man1/bpatch.1.gz
.include <bsd.port.mk>