mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
1d8bcaa71b
Approved by: portmgr blanket
21 lines
357 B
Makefile
21 lines
357 B
Makefile
# Created by: ache
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= patch
|
|
PORTVERSION= 2.7.1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= GNU
|
|
|
|
MAINTAINER= johans@FreeBSD.org
|
|
COMMENT= GNU patch utility
|
|
|
|
LICENSE= GPLv3
|
|
|
|
USES= charsetfix gmake tar:xz
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --program-prefix=g --disable-silent-rules
|
|
|
|
PLIST_FILES= bin/gpatch man/man1/gpatch.1.gz
|
|
|
|
.include <bsd.port.mk>
|