summaryrefslogtreecommitdiffstats
path: root/japanese/xdtp/Makefile
blob: 0a4dea5b43aa9a70fa969cdae49b2e4009d92b85 (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Created by: Masanori OZAWA <ozawa@ongs.co.jp>
# $FreeBSD$

PORTNAME=	xdtp
PORTVERSION=	1.3.1
PORTREVISION=	4
CATEGORIES=	japanese
MASTER_SITES=	http://www.ongs.co.jp/projects/xdtp/
EXTRACT_SUFX=	.tgz

MAINTAINER=	ozawa@ongs.co.jp
COMMENT=	XML document transfer program

LICENSE=	BSD

LIB_DEPENDS=	glibmm-2.4:${PORTSDIR}/devel/glibmm

USES=		pkgconfig
USE_LDCONFIG=	yes
USE_GNOME=	libxml2 libxslt
GNU_CONFIGURE=	yes

OPTIONS_DEFINE=	GDK DEBUG INCLUDE
GDK_DESC=	Build with Gdk-Pixbuf
INCLUDE_DESC=	Install with XDTP include files

OPTIONS_DEFAULT=	GDK INCLUDE

.include <bsd.port.options.mk>

.if ${ARCH} == "amd64"
CFLAGS+=	-fPIC
.endif

.if ${PORT_OPTIONS:MGDK}
USE_GNOME+=	gtk20
.else
CONFIGURE_ENV+=	WITHOUT_GDK="yes"
MAKE_ARGS+=	-DWITHOUT_GDK
.endif

.if ${PORT_OPTIONS:MDEBUG}
MAKE_ARGS+=	-DDEBUG
.endif

.if ${PORT_OPTIONS:MINCLUDE}
PLIST_SUB+=	XDTP_INC=""
.else
MAKE_ARGS+=	-DWITHOUT_INCLUDE
PLIST_SUB+=	XDTP_INC="@comment "
.endif

# Unbreak parallel builds (-jX) by calling make(1) correctly
post-patch:
	@${REINPLACE_CMD} -E 's/cd(.+)(;| &&) (\$${MAKE})/\3 -C\1/' \
		${WRKSRC}/Makefile ${WRKSRC}/bin/Makefile \
		${WRKSRC}/java/Makefile ${WRKSRC}/misc/Makefile

.include <bsd.port.mk>
OpenPOWER on IntegriCloud