blob: 665914387219889490733878f405a077d9a417c9 (
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
|
# New ports collection makefile for: thot
# Version required: 2.1b
# Date created: 1 Aug 1997
# Whom: Pedro Giffuni (orig)
#
# $Id: Makefile,v 1.5 1999/01/30 01:48:43 fenner Exp $
#
DISTNAME= Thot
PKGNAME= thoteditor-2.1b
CATEGORIES= editors www
MASTER_SITES= ftp://ftp.ruhr-uni-bochum.de/local/jk.collection/thot/ \
ftp://ftp.uni-stuttgart.de/pub/comm/infosystems/www/clients/amaya/thot/ \
ftp://ftp.netlab.is.tsukuba.ac.jp/pub/editors/opera.inrialpes.fr/sources/thot/ \
ftp://ftp.agix.net/pub/infosystems/www/clients/amaya/thot/
DISTFILES= thot-src-2.1b.tar.gz \
thoteditor-src-2.1b.tar.gz
MAINTAINER= ports@FreeBSD.org
EXTRACT_ONLY= thot-src-2.1b.tar.gz
REQUIRES_MOTIF= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-thot --enable-plugin
USE_GMAKE= yes
ALL_TARGET= all schemas
post-extract:
($(EXTRACT_CMD) $(EXTRACT_BEFORE_ARGS) $(DISTDIR)/thoteditor-src-2.1b.tar.gz ${EXTRACT_AFTER_ARGS} -C $(WRKSRC))
post-install:
${MKDIR} ${PREFIX}/share/thot/doc
.include <bsd.port.mk>
|