mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
28 lines
521 B
Makefile
28 lines
521 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
|
|
DISTNAME= ${PORTNAME}3-${PORTVERSION}
|
|
|
|
MAINTAINER= danilogondolfo@gmail.com
|
|
COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression
|
|
|
|
LICENSE= GPLv2 # (or later)
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAN1= xdelta3.1
|
|
PLIST_FILES= bin/xdelta3
|
|
|
|
NO_STAGE= yes
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e \
|
|
'/_POSIX_/d ; \
|
|
/_C99_/d' ${WRKSRC}/xdelta3.h
|
|
|
|
.include <bsd.port.mk>
|