freebsd-ports/editors/bpatch/Makefile

23 lines
463 B
Makefile
Raw Normal View History

# New ports collection makefile for: bpatch
# Date created: 18 March 1996
# Whom: 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= 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>