blob: 4042122056871add0c01ce489dcc89457fa1f4e7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# 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
MAN1= bpatch.1
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
|