aboutsummaryrefslogtreecommitdiff
path: root/textproc/diffmark/Makefile
blob: c4d2f0a29f03120e80970e097ea6b3a35af4be03 (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
# Created by: Sergey Skvortsov <skv@protey.ru>
# $FreeBSD$

PORTNAME=	diffmark
PORTVERSION=	0.10
PORTREVISION=	2
CATEGORIES=	textproc
MASTER_SITES=	http://www.mangrove.cz/diffmark/ \
		http://penguin.cz/~vbarta/diffmark/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	XML diff and merge package

USES=		libtool pkgconfig
USE_GNOME=	libxml2
GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

post-patch:
	@${REINPLACE_CMD} -e \
		's|-lstdc++||' ${WRKSRC}/lib/Makefile.in

.include <bsd.port.mk>