mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
22 lines
544 B
Makefile
22 lines
544 B
Makefile
|
# 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>
|