blob: 905450947cf8802b097dec8ff962147034bd2f47 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: bpatch
# Version required: no version information
# Date created: 18 March 1996
# Whom: joerg
#
# $Id: Makefile,v 1.1.1.1 1996/03/18 18:54:45 joerg Exp $
#
# Note:
# The file lacks any redistribution notice, but I know that it has
# been posted to comp.sources.unix ages ago, and the README mentions
# the word "public domain". -- Jörg
DISTNAME= bpatch
PKGNAME= bpatch-1.0
CATEGORIES+= editors
MASTER_SITES= ftp://ftp.germany.eu.net/pub/utils/bpatch/
MAINTAINER= joerg@FreeBSD.org
NO_WRKSUBDIR= yes
.include <bsd.port.mk>
|