blob: 934c30bb8bb3ab6c8957d3df2fd0d82d72798b66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: xdelta
# Date created: Sun May 4 21:40:06 CDT 1997
# Whom: jmacd
#
# $FreeBSD$
#
PORTNAME= xdelta
PORTVERSION= 1.1.4
CATEGORIES= misc devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= skv@FreeBSD.org
COMMENT= A diff/patch utility for binary files
USE_AUTOTOOLS= libtool:15
USE_GNOME= glib12
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
MAN1= xdelta.1
.include <bsd.port.mk>
|