1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00
Dmitry Marakasov 9bd829234f - Drop .la files, no dependees require them
Approved by:	portmgr blanket
2014-07-01 13:00:37 +00:00

19 lines
331 B
Makefile

# Created by: jmacd
# $FreeBSD$
PORTNAME= xdelta
PORTVERSION= 1.1.4
PORTREVISION= 4
CATEGORIES= misc devel
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
MAINTAINER= eadler@FreeBSD.org
COMMENT= Diff/patch utility for binary files
USES= libtool pkgconfig
USE_GNOME= glib20
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>