/games/glsfcave/

//www.lant.com.tw/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/xdelta/Makefile
blob: 854f0ea9b9c21fe624db01e066ad419230f22053 (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
# Created by: jmacd
# $FreeBSD$

PORTNAME=   xdelta
PORTVERSION=    1.1.4
PORTREVISION=   1
CATEGORIES= misc devel
MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE}

MAINTAINER= ports@FreeBSD.org
COMMENT=    A diff/patch utility for binary files

USE_AUTOTOOLS=  libtool
USE_GNOME=  glib20
USE_PKGCONFIG=  build
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes

MAN1=       xdelta.1

NO_LATEST_LINK= yes

.include <bsd.port.mk>