1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/devel/patch/Makefile
Johan van Selst 9a5755acd2 Adopt port
2014-01-14 15:53:25 +00:00

22 lines
363 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
USE_XZ= yes
USES= charsetfix gmake
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-silent-rules
PLIST_FILES= bin/gpatch man/man1/gpatch.1.gz
.include <bsd.port.mk>