blob: 4e0466013b316724739f2aa4fdb17ef8007a2be8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: ache
# $FreeBSD$
PORTNAME= patch
PORTVERSION= 2.7.5
CATEGORIES= devel
MASTER_SITES= GNU
MAINTAINER= johans@FreeBSD.org
COMMENT= GNU patch utility
LICENSE= GPLv3
USES= cpe charsetfix gmake tar:xz
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --program-prefix=g --disable-silent-rules
CPE_VENDOR= gnu
PLIST_FILES= bin/gpatch man/man1/gpatch.1.gz
.include <bsd.port.mk>
|