mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
f92cfa0b84
Approved by: wg (mentor)
27 lines
523 B
Makefile
27 lines
523 B
Makefile
# Created by: Sergey Skvortsov <skv@protey.ru>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xdelta
|
|
PORTVERSION= 3.0.7
|
|
PORTEPOCH= 1
|
|
CATEGORIES?= misc devel
|
|
MASTER_SITES= GOOGLE_CODE
|
|
PKGNAMESUFFIX= 3
|
|
DISTNAME= ${PORTNAME}3-${PORTVERSION}
|
|
|
|
MAINTAINER= danilo@FreeBSD.org
|
|
COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression
|
|
|
|
LICENSE= GPLv2 # (or later)
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/xdelta3 man/man1/xdelta3.1.gz
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/_POSIX_/d ; \
|
|
/_C99_/d' ${WRKSRC}/xdelta3.h
|
|
|
|
.include <bsd.port.mk>
|