1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/misc/xdelta/Makefile
Eitan Adler aee915dd44 - Flash 11 is now the only option so there is no need for a manual LATEST_LINK
- xdelta is the only version so it may define the LATEST_LINK
2013-10-13 06:01:55 +00:00

20 lines
346 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= Diff/patch utility for binary files
USES= pkgconfig
USE_AUTOTOOLS= libtool
USE_GNOME= glib20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>