2013-04-22 15:27:47 +02:00
|
|
|
# Created by: jmacd
|
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
|
2007-04-01 15:25:27 +02:00
|
|
|
PORTVERSION= 1.1.4
|
2015-05-09 10:29:36 +02:00
|
|
|
PORTREVISION= 5
|
2001-07-23 03:55:10 +02:00
|
|
|
CATEGORIES= misc devel
|
2015-05-09 10:29:36 +02:00
|
|
|
MASTER_SITES= GOOGLE_CODE
|
1998-01-26 17:27:12 +01:00
|
|
|
|
2014-09-24 08:00:09 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2013-09-25 20:06:39 +02:00
|
|
|
COMMENT= Diff/patch utility for binary files
|
1998-03-15 20:44:16 +01:00
|
|
|
|
2015-05-09 10:29:36 +02:00
|
|
|
LICENSE= GPLv2 # or later
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2014-07-01 15:00:37 +02:00
|
|
|
USES= libtool pkgconfig
|
2009-06-15 16:37:25 +02:00
|
|
|
USE_GNOME= glib20
|
2001-07-23 11:56:15 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2007-04-01 15:25:27 +02:00
|
|
|
USE_LDCONFIG= yes
|
1998-09-22 18:43:30 +02:00
|
|
|
|
2015-05-09 10:29:36 +02:00
|
|
|
post-install:
|
|
|
|
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
|
|
|
|
|
1998-01-26 17:27:12 +01:00
|
|
|
.include <bsd.port.mk>
|