summaryrefslogtreecommitdiff
path: root/editors/thoteditor/Makefile
blob: 258c2f4500a8f517e20a7df6bc271f3ad8563cc3 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Created by: Pedro Giffuni
# $FreeBSD$

PORTNAME=	thoteditor
PORTVERSION=	2.1e
PORTREVISION=	3
CATEGORIES=	editors www
MASTER_SITES=	ftp://ftp.inrialpes.fr/pub/opera/sources/thot/ \
		ftp://ftp.ruhr-uni-bochum.de/local/jk.collection/thot/
DISTNAME=	${PORTNAME}-src-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Structured document editor, offering a graphical WYSIWYG interface

THOT_SUBDIR=	Target
USES=		gmake motif
WRKSRC=		$(WRKDIR)/Thot/$(THOT_SUBDIR)
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-thot --enable-plugin --without-insure --without-amaya \
		--disable-java --disable-intr --disable-jit --disable-math \
		--disable-ilu
ALL_TARGET=	all schemas
SUB_FILES=	thoteditor
MAKE_JOBS_UNSAFE=	yes

post-extract:
	@${MKDIR} ${WRKSRC}

post-patch:
	@${REINPLACE_CMD} 's|-g -O|${CFLAGS}|' \
		${WRKDIR}/Thot/configure
	@${REINPLACE_CMD} 's|%%MOTIFLIB%%|${MOTIFLIB}|' \
		${WRKDIR}/Thot/thot/Makefile.in
	@${REINPLACE_CMD} 's|%%PREFIX%%|${PREFIX}|' \
		${WRKDIR}/Thot/thotlib/base/registry.c
	@${REINPLACE_CMD} 's|/usr/wsrc/|/usr/tmp/|' \
		${WRKDIR}/Thot/thotlib/include/sysdep.h

do-configure:
	(cd $(WRKSRC);../configure $(CONFIGURE_ARGS))

post-install:
	@${MKDIR} ${STAGEDIR}${PREFIX}/share/thot/doc
	${INSTALL_SCRIPT} ${WRKDIR}/thoteditor ${STAGEDIR}${PREFIX}/bin
	${INSTALL_MAN} ${WRKDIR}/Thot/tools/cextract-1.7/cextract.man \
		${STAGEDIR}${PREFIX}/man/man1/cextract.1
	${INSTALL_MAN} ${WRKDIR}/Thot/tools/cextract-1.7/cextrc.5 \
		${STAGEDIR}${PREFIX}/man/man5

.include <bsd.port.mk>