1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/misc/xdelta3/Makefile
Danilo Egea Gondolfo f92cfa0b84 - Add PKGNAMESUFFIX to fix package collision
Approved by:	wg (mentor)
2013-10-15 20:25:25 +00:00

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>