freebsd-ports/misc/xdelta/Makefile

27 lines
548 B
Makefile
Raw Normal View History

1999-02-20 11:47:28 +01:00
# New ports collection makefile for: xdelta
# Date created: Sun May 4 21:40:06 CDT 1997
# Whom: jmacd
1998-01-26 17:27:12 +01:00
#
1999-08-25 09:23:21 +02:00
# $FreeBSD$
1998-01-26 17:27:12 +01:00
#
2000-04-14 10:49:30 +02:00
PORTNAME= xdelta
PORTVERSION= 1.1.3
PORTREVISION= 1
CATEGORIES= misc devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
1998-01-26 17:27:12 +01:00
MAINTAINER= ports@FreeBSD.org
2003-02-21 13:51:06 +01:00
COMMENT= A diff/patch utility for binary files
USE_AUTOTOOLS= libtool:15
USE_GNOME= glib12
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
1998-09-22 18:43:30 +02:00
MAN1= xdelta.1
1998-01-26 17:27:12 +01:00
.include <bsd.port.mk>