blob: 4a067c0f1c1154721801286caa6dd4a025f07e9e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
PORTNAME= xdelta
PORTVERSION= 1.1.4
PORTREVISION= 6
CATEGORIES= misc devel
MASTER_SITES= http://www.mirrorservice.org/sites/vectorlinux.com/veclinux-6.0/source/extra/x-apps/xdelta/1.1.4/src/
MAINTAINER= ports@FreeBSD.org
COMMENT= Diff/patch utility for binary files
WWW= https://github.com/jmacd/xdelta
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gnome libtool pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_LDCONFIG= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
.include <bsd.port.mk>
|