forked from Lainports/freebsd-ports
other platforms do. This avoids a file installation conflict with gettext. - Bumped PORTREVISION Reported by: avg, ale, QAT
28 lines
478 B
Makefile
28 lines
478 B
Makefile
# New ports collection makefile for: patch
|
|
# Date created: 21 Jan 1998
|
|
# Whom: ache
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= patch
|
|
PORTVERSION= 2.7
|
|
PORTREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
MASTER_SITE_SUBDIR= patch
|
|
|
|
MAINTAINER= glarkin@FreeBSD.org
|
|
COMMENT= GNU patch utility
|
|
|
|
LICENSE= GPLv3
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS+=--program-prefix=g
|
|
USE_GMAKE= yes
|
|
USE_XZ= yes
|
|
|
|
MAN1= gpatch.1
|
|
PLIST_FILES= bin/gpatch
|
|
|
|
.include <bsd.port.mk>
|