mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-06 11:41:52 +00:00
9bd829234f
Approved by: portmgr blanket
19 lines
331 B
Makefile
19 lines
331 B
Makefile
# Created by: jmacd
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xdelta
|
|
PORTVERSION= 1.1.4
|
|
PORTREVISION= 4
|
|
CATEGORIES= misc devel
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= eadler@FreeBSD.org
|
|
COMMENT= Diff/patch utility for binary files
|
|
|
|
USES= libtool pkgconfig
|
|
USE_GNOME= glib20
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|