1996-03-18 19:54:46 +01:00
|
|
|
# New ports collection makefile for: bpatch
|
|
|
|
# Date created: 18 March 1996
|
|
|
|
# Whom: joerg
|
|
|
|
#
|
1999-08-25 07:57:29 +02:00
|
|
|
# $FreeBSD$
|
1996-03-18 19:54:46 +01:00
|
|
|
#
|
|
|
|
|
2000-04-14 02:25:54 +02:00
|
|
|
PORTNAME= bpatch
|
|
|
|
PORTVERSION= 1.0
|
2007-02-09 09:21:29 +01:00
|
|
|
PORTREVISION= 1
|
1996-11-11 06:07:53 +01:00
|
|
|
CATEGORIES= editors
|
1998-08-02 20:21:40 +02:00
|
|
|
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
|
2000-04-14 02:25:54 +02:00
|
|
|
DISTNAME= ${PORTNAME}
|
1996-03-22 01:44:02 +01:00
|
|
|
|
1996-03-18 19:54:46 +01:00
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A hex editor that doesn't load the whole file at once
|
1996-03-18 19:54:46 +01:00
|
|
|
|
1998-08-23 04:34:23 +02:00
|
|
|
MAN1= bpatch.1
|
1996-03-18 19:54:46 +01:00
|
|
|
NO_WRKSUBDIR= yes
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/bpatch
|
1996-03-18 19:54:46 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|