freebsd-ports/devel/patch/Makefile
Pav Lucistnik fe337e0489 - Introduce a new USE_XZ knob that handles lzma/xz compressed distfiles
- Convert a bunch of ports to use it

PR:		ports/146329
Submitted by:	mm
With hat:	portmgr
2010-06-04 08:09:20 +00:00

25 lines
469 B
Makefile

# New ports collection makefile for: patch
# Date created: 21 Jan 1998
# Whom: ache
#
# $FreeBSD$
#
PORTNAME= patch
PORTVERSION= 2.6.1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= patch
MAINTAINER= glarkin@FreeBSD.org
COMMENT= GNU patch utility
USE_AUTOTOOLS= autoconf:262 aclocal:110
CONFIGURE_ARGS= --program-prefix=g
USE_GMAKE= yes
USE_XZ= yes
MAN1= gpatch.1
PLIST_FILES= bin/gpatch
.include <bsd.port.mk>