1997-09-13 20:16:45 +00:00
|
|
|
# New ports collection makefile for: thot
|
1999-03-08 21:19:01 +00:00
|
|
|
# Version required: 2.1e
|
1997-09-13 20:16:45 +00:00
|
|
|
# Date created: 1 Aug 1997
|
|
|
|
# Whom: Pedro Giffuni (orig)
|
|
|
|
#
|
1999-04-24 22:53:25 +00:00
|
|
|
# $Id: Makefile,v 1.8 1999/03/08 21:19:01 steve Exp $
|
1997-09-13 20:16:45 +00:00
|
|
|
#
|
|
|
|
|
1999-03-08 21:19:01 +00:00
|
|
|
DISTNAME= thoteditor
|
1999-02-12 23:52:50 +00:00
|
|
|
PKGNAME= thoteditor-2.1e
|
1997-09-13 20:16:45 +00:00
|
|
|
CATEGORIES= editors www
|
1999-02-12 23:52:50 +00:00
|
|
|
MASTER_SITES= ftp://ftp.inrialpes.fr/pub/opera/sources/thot/ \
|
|
|
|
${MASTER_SITE_SUNSITE} \
|
|
|
|
ftp://ftp.ruhr-uni-bochum.de/local/jk.collection/thot/ \
|
1997-09-17 04:46:56 +00:00
|
|
|
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/ \
|
1999-01-30 01:48:43 +00:00
|
|
|
ftp://ftp.agix.net/pub/infosystems/www/clients/amaya/thot/
|
1999-02-12 23:52:50 +00:00
|
|
|
MASTER_SITE_SUBDIR= apps/editors/X/thot
|
1999-03-08 21:19:01 +00:00
|
|
|
DISTFILES= ${THOT_SRC} ${EDITOR_SRC}
|
1997-09-13 20:16:45 +00:00
|
|
|
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
|
1999-04-24 22:53:25 +00:00
|
|
|
BROKEN= 'FUBARed'
|
|
|
|
|
1999-03-08 21:19:01 +00:00
|
|
|
THOT_SRC= thot-src-2.1e.tar.gz
|
|
|
|
EDITOR_SRC= thoteditor-src-2.1e.tar.gz
|
|
|
|
|
|
|
|
EXTRACT_ONLY= ${THOT_SRC}
|
1997-09-13 20:16:45 +00:00
|
|
|
REQUIRES_MOTIF= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --with-thot --enable-plugin
|
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= all schemas
|
|
|
|
|
|
|
|
post-extract:
|
1999-03-08 21:19:01 +00:00
|
|
|
(${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${DISTDIR}/${EDITOR_SRC} ${EXTRACT_AFTER_ARGS} -C ${WRKSRC})
|
1997-09-13 20:16:45 +00:00
|
|
|
|
1998-12-21 21:08:12 +00:00
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/thot/doc
|
|
|
|
|
1997-09-13 20:16:45 +00:00
|
|
|
.include <bsd.port.mk>
|