mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
27 lines
463 B
Makefile
27 lines
463 B
Makefile
# 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
|
|
PORTREVISION= 1
|
|
CATEGORIES= misc devel
|
|
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
|
|
|
|
MAINTAINER= skv@FreeBSD.org
|
|
COMMENT= A diff/patch utility for binary files
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USE_GNOME= glib20
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
MAN1= xdelta.1
|
|
|
|
NO_LATEST_LINK= yes
|
|
|
|
.include <bsd.port.mk>
|