mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
7a1de396c6
PR: ports/127753 Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> Approved by: maintainer timeout (skv; 2 months)
28 lines
607 B
Makefile
28 lines
607 B
Makefile
# New ports collection makefile for: xdelta
|
|
# Date created: 01 April 2007
|
|
# Whom: Sergey Skvortsov <skv@protey.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xdelta
|
|
PORTVERSION= 3.0u
|
|
CATEGORIES= misc devel
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= Open-source binary diff, VCDIFF/RFC 3284 delta compression
|
|
|
|
ALL_TARGET= xdelta3
|
|
USE_GMAKE= yes
|
|
PLIST_FILES= bin/xdelta3
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -E -e 's/^(CFLAGS)=/\1+=/' ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xdelta3 ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|