mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
20 lines
376 B
Makefile
20 lines
376 B
Makefile
# New ports collection makefile for: patch
|
|
# Version required: 2.5
|
|
# Date created: 21 Jan 1998
|
|
# Whom: ache
|
|
#
|
|
# $Id: Makefile,v 1.4 1996/12/07 10:54:06 max Exp $
|
|
#
|
|
|
|
DISTNAME= patch-2.5
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MAINTAINER= ache@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= patch.1
|
|
|
|
.include <bsd.port.mk>
|