1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-05 22:43:24 +00:00
freebsd-ports/devel/patch/Makefile

21 lines
328 B
Makefile
Raw Normal View History

1998-01-21 07:05:20 +00:00
# New ports collection makefile for: patch
# Date created: 21 Jan 1998
# Whom: ache
#
1999-08-25 05:57:29 +00:00
# $FreeBSD$
1998-01-21 07:05:20 +00:00
#
2000-04-11 21:30:15 +00:00
PORTNAME= patch
PORTVERSION= 2.5
1998-01-21 07:05:20 +00:00
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= patch
1998-01-21 07:05:20 +00:00
2000-04-11 21:30:15 +00:00
MAINTAINER= ache@FreeBSD.org
1998-01-21 07:05:20 +00:00
GNU_CONFIGURE= yes
2000-04-11 21:30:15 +00:00
MAN1= patch.1
1998-01-21 07:05:20 +00:00
.include <bsd.port.mk>