diff options
author | Joerg Wunsch <joerg@FreeBSD.org> | 1996-03-18 18:54:46 +0000 |
---|---|---|
committer | Joerg Wunsch <joerg@FreeBSD.org> | 1996-03-18 18:54:46 +0000 |
commit | 5e15ed1c0757a42cb97be02e0e2e99c73d04d907 (patch) | |
tree | 7d3b9684ea7f8c0dab0f693f24a4faf9ebf29369 /editors/bpatch/Makefile | |
parent | 88f6465165ee0aa4a3c22b759647eb6eba6961de (diff) | |
download | ports-5e15ed1c0757a42cb97be02e0e2e99c73d04d907.tar.gz ports-5e15ed1c0757a42cb97be02e0e2e99c73d04d907.zip |
Notes
Diffstat (limited to 'editors/bpatch/Makefile')
-rw-r--r-- | editors/bpatch/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/editors/bpatch/Makefile b/editors/bpatch/Makefile new file mode 100644 index 000000000000..6a7970a449ae --- /dev/null +++ b/editors/bpatch/Makefile @@ -0,0 +1,21 @@ +# New ports collection makefile for: bpatch +# Version required: no version information +# Date created: 18 March 1996 +# Whom: joerg +# +# $Id$ +# +# 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> |