1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/misc/xdelta/Makefile
2021-04-06 16:31:07 +02:00

24 lines
507 B
Makefile

# Created by: jmacd
PORTNAME= xdelta
PORTVERSION= 1.1.4
PORTREVISION= 5
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
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gnome libtool pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
.include <bsd.port.mk>