aboutsummaryrefslogtreecommitdiff
path: root/misc/xdelta/Makefile
blob: 444d5449c456b07279e6b55fcf14c2ce867e86be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Created by: jmacd
# $FreeBSD$

PORTNAME=	xdelta
PORTVERSION=	1.1.4
PORTREVISION=	3
CATEGORIES=	misc devel
MASTER_SITES=	${MASTER_SITE_GOOGLE_CODE}

MAINTAINER=	eadler@FreeBSD.org
COMMENT=	Diff/patch utility for binary files

USES=		libtool:keepla pkgconfig
USE_GNOME=	glib20
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

.include <bsd.port.mk>