aboutsummaryrefslogtreecommitdiff
path: root/textproc/xxdiff/Makefile
blob: e96f7329866230d726fb2d9e19bdfe6ba401daa4 (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
24
25
26
27
28
29
30
31
32
33
34
35
36
# Created by: Pete Fritchman <petef@databits.net>
# $FreeBSD$

PORTNAME=	xxdiff
PORTVERSION=	4.0.1
CATEGORIES=	textproc
MASTER_SITES=	SF

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Graphical file and directories comparator and merge tool

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		bison gmake qt:4 tar:bz2
USE_QT=		gui moc_build qmake_build uic_build

BUILD_WRKSRC=	${WRKSRC}/src

PLIST_FILES=	bin/xxdiff
PORTDOCS=	*

OPTIONS_DEFINE=	DOCS

pre-build:
	@(cd ${BUILD_WRKSRC} && ${SETENV} ${MAKE_ENV} QMAKE=${QMAKE} \
		${MAKE_CMD} -f Makefile.bootstrap ${MAKE_ARGS} Makefile)

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bin/xxdiff ${STAGEDIR}${PREFIX}/bin

do-install-DOCS-on:
	cd ${WRKSRC}/doc && ${COPYTREE_SHARE} "${PORTDOCS} ! -name Makefile" \
		${STAGEDIR}/${DOCSDIR}

.include <bsd.port.mk>