1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/editors/bpatch/Makefile
2004-02-06 13:12:53 +00:00

22 lines
447 B
Makefile

# New ports collection makefile for: bpatch
# Date created: 18 March 1996
# Whom: joerg
#
# $FreeBSD$
#
PORTNAME= bpatch
PORTVERSION= 1.0
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
MAN1= bpatch.1
NO_WRKSUBDIR= yes
PLIST_FILES= bin/bpatch
.include <bsd.port.mk>