mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
a75321c860
from 2.1b to 2.1e. ftp.uni-paderborn.de - empty directory "thot" ftp.cs.itu.edu.tr - no such directory "Linux" ftp.cnti.chel.su - no such directory "pub"
35 lines
975 B
Makefile
35 lines
975 B
Makefile
# New ports collection makefile for: thot
|
|
# Version required: 2.1b
|
|
# Date created: 1 Aug 1997
|
|
# Whom: Pedro Giffuni (orig)
|
|
#
|
|
# $Id: Makefile,v 1.4 1998/12/21 21:08:12 jseger 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 -C $(WRKSRC))
|
|
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/thot/doc
|
|
|
|
.include <bsd.port.mk>
|