blob: f538d05b6977130a4d0e19990d4776477975c2d5 (
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
|
# Created by: Sergey Skvortsov <skv@protey.ru>
PORTNAME= diffmark
PORTVERSION= 0.10
PORTREVISION= 4
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= gnome 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>
|