1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/misc/xdelta/Makefile
2013-04-24 16:53:54 +00:00

24 lines
386 B
Makefile

# Created by: jmacd
# $FreeBSD$
PORTNAME= xdelta
PORTVERSION= 1.1.4
PORTREVISION= 1
CATEGORIES= misc devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= eadler@FreeBSD.org
COMMENT= A diff/patch utility for binary files
USES= pkgconfig
USE_AUTOTOOLS= libtool
USE_GNOME= glib20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN1= xdelta.1
NO_LATEST_LINK= yes
.include <bsd.port.mk>