mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
27 lines
414 B
Makefile
27 lines
414 B
Makefile
# Created by: 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
|
|
USES= charsetfix
|
|
|
|
MAN1= gpatch.1
|
|
PLIST_FILES= bin/gpatch
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|